'Declaration
Public Shared Function IsTypeDelegate( _ ByVal type As System.Type _ ) As System.Boolean
'Usage
Dim type As System.Type Dim value As System.Boolean value = NReflector.IsTypeDelegate(type)
public static System.bool IsTypeDelegate( System.Type type )
Parameters
- type