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.5.0.0 (5.5.18.1019)
Syntax
public override void OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
The source of the deserialization event.

Implements

IDeserializationCallbackOnDeserialization(Object)
Exceptions
See Also