Click or drag to resize

FastDictionary<TKey, TValue>.OnDeserialization 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.4.0.0 (5.4.0)
Syntax
public override void OnDeserialization(
	Object sender
)

Parameters

sender
Type: System.Object
The source of the deserialization event.

Implements

IDeserializationCallback.OnDeserialization(Object)
Exceptions
See Also