'Declaration
Protected Overridable Function GetMethods( _ ByVal type As System.Type _ ) As System.Collections.Generic.List(Of MethodInfo)
'Usage
Dim instance As NUmlShape Dim type As System.Type Dim value As System.Collections.Generic.List(Of MethodInfo) value = instance.GetMethods(type)
protected virtual System.Collections.Generic.List<MethodInfo> GetMethods( System.Type type )
Parameters
- type