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