'UsageDim instance As AbstractTypeMappingDefinition Dim type As Type Dim value As Boolean value = instance.ShouldLoadFromType(type)
Parameters
- type
 - The type candidate.
The value of this parameter cannot be
null(Nothingin Visual Basic). 
Return Value
true if the definition should be loaded from a given type; false otherwise.