Click or drag to resize

IFastSerializationTypeSurrogateSupportsType 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.9.0.0 (5.9.0)
Syntax
bool SupportsType(
	Type type
)

Parameters

type
Type: SystemType
The type being queried

Return Value

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