Click or drag to resize

IFastSerializationTypeSurrogate.SupportsType Method

Allows a surrogate to be queried as to whether a particular type is supported

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
bool SupportsType(
	Type type
)

Parameters

type
Type: System.Type
The type being queried

Return Value

Type: Boolean
true if the type is supported; otherwise false
See Also