Determines whether the type mapping definition should be loaded from a given type.
Syntax
public virtual bool ShouldLoadFromType(
Type
)
public:
virtual bool ShouldLoadFromType(
Type^
)
Parameters
- type
- The type candidate.
Return Value
true
if the definition should be loaded from a given type; false
otherwise.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also