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.5.0.0 (5.5.18.1019)
Syntaxpublic Type ReadOptimizedType()
Public Function ReadOptimizedType As Type
Return Value
Type: 
TypeA Type instance.
See Also