Click or drag to resize

SerializationReaderReadOptimizedType Method

Returns a Type from the stream. Throws an exception if the Type cannot be found.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public Type ReadOptimizedType()

Return Value

Type: Type
A Type instance.
See Also