'Usage
Dim 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
(Nothing
in Visual Basic).
Return Value
true
if the definition should be loaded from a given type; false
otherwise.