Click or drag to resize

RankedSetTOnDeserialization 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#
protected virtual void OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
The source of the deserialization event.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen sender is null.
SerializationExceptionWhen the associated SerializationInfo is invalid.
See Also