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