'Declaration
Public Overrides NotOverridable Function ShouldLoadFromType( _ ByVal type As Type _ ) As Boolean
'Usage
Dim instance As UATypeMappingDefinition 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.