'Declaration
Public Function CanConvert( _ ByVal type As System.Type _ ) As System.Boolean
'Usage
Dim instance As NLightModelConverter Dim type As System.Type Dim value As System.Boolean value = instance.CanConvert(type)
public System.bool CanConvert( System.Type type )
Parameters
- type