Click or drag to resize
FastDictionaryTKey, TValueOnDeserialization Method
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override void OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
The source of the deserialization event.

Implements

IDeserializationCallbackOnDeserialization(Object)
Exceptions
See Also