SortedSet<T>.IDeserializationCallback.OnDeserialization(Object) Method

Definition

Implements the IDeserializationCallback interface, and raises the deserialization event when the deserialization is completed.

 virtual void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System::Object ^ sender) = System::Runtime::Serialization::IDeserializationCallback::OnDeserialization;
void IDeserializationCallback.OnDeserialization (object sender);
abstract member System.Runtime.Serialization.IDeserializationCallback.OnDeserialization : obj -> unit
override this.System.Runtime.Serialization.IDeserializationCallback.OnDeserialization : obj -> unit
Sub OnDeserialization (sender As Object) Implements IDeserializationCallback.OnDeserialization

Parameters

sender
Object

The source of the deserialization event.

Implements

Exceptions

The SerializationInfo object associated with the current SortedSet<T> instance is invalid.

Remarks

This member is an explicit interface member implementation. It can be used only when the SortedSet<T> instance is cast to an IDeserializationCallback interface.

Applies to