OrderedDictionary.OnDeserialization(Object) Method

Definition

Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete.

protected:
 virtual void OnDeserialization(System::Object ^ sender);
protected virtual void OnDeserialization (object? sender);
protected virtual void OnDeserialization (object sender);
abstract member OnDeserialization : obj -> unit
override this.OnDeserialization : obj -> unit
Protected Overridable Sub OnDeserialization (sender As Object)

Parameters

sender
Object

The source of the deserialization event.

Exceptions

The SerializationInfo object associated with the current OrderedDictionary collection is invalid.

Remarks

This method can be overridden.

Applies to