SortedSet<T>::OnDeserialization Method (Object^)

.NET Framework (current version)
 

Implements the System.Runtime.Serialization::ISerializable interface, and raises the deserialization event when the deserialization is completed.

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

protected:
virtual void OnDeserialization(
	Object^ sender
)

Parameters

sender
Type: System::Object^

The source of the deserialization event.

Exception Condition
SerializationException

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

Calling this method is an O(n) operation, where n is Count.

.NET Framework
Available since 4.0
Return to top
Show: