'DeclarationPublic Shared Function IsTypeOfType( _ ByVal type As System.Type, _ ByVal typeOf As System.Type _ ) As System.Boolean
'UsageDim type As System.Type Dim typeOf As System.Type Dim value As System.Boolean value = NReflector.IsTypeOfType(type, typeOf)
Parameters
- type
- typeOf