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