SerializationHelperDeserialize Method (TypedListCore, SerializationInfo, StreamingContext) | 
 
            Deserializes the specified typed list.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic static void Deserialize(
	TypedListCore typedList,
	SerializationInfo info,
	StreamingContext context
)
Public Shared Sub Deserialize ( 
	typedList As TypedListCore,
	info As SerializationInfo,
	context As StreamingContext
)
Parameters
- typedList
 - Type: SD.LLBLGen.Pro.ORMSupportClassesTypedListCore
The typed list. - info
 - Type: System.Runtime.SerializationSerializationInfo
The info. - context
 - Type: System.Runtime.SerializationStreamingContext
The context. 
See Also