'Usage
Dim instance As AbstractTypeMappingDefinition Dim type As Type Dim value As Boolean value = instance.ShouldLoadFromType(type)
Parameters
- type
- The type candidate.
Return Value
true
if the definition should be loaded from a given type; false
otherwise.