Click or drag to resize

RankedSetTIDeserializationCallbackOnDeserialization Method

Implements the deserialization callback and raises the deserialization event when completed.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
void IDeserializationCallback.OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
The source of the deserialization event.

Implements

IDeserializationCallbackOnDeserialization(Object)
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen sender is null.
SerializationExceptionWhen the associated SerializationInfo is invalid.
See Also