'Declaration
Public Overloads Shared Function Find( _ ByVal queryName As System.String _ ) As System.Collections.Generic.ICollection(Of Variable)
'Usage
Dim queryName As System.String Dim value As System.Collections.Generic.ICollection(Of Variable) value = Variable.Find(queryName)
public static System.Collections.Generic.ICollection<Variable> Find( System.string queryName )
Parameters
- queryName
- Variable name search specification.
Return Value
The new VariableList.