'Declaration
Public Overloads Shared Function Exists( _ ByVal methodName As System.String _ ) As System.Boolean
'Usage
Dim methodName As System.String Dim value As System.Boolean value = Method.Exists(methodName)
public static System.bool Exists( System.string methodName )
Parameters
- methodName
- Method Name.
Return Value
True if the Method exists.