Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

.NET Framework (current version)
 

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

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

private:
virtual void OnDeserialization(
	Object^ sender
) sealed = IDeserializationCallback::OnDeserialization

Parameters

sender
Type: System::Object^

The source of the deserialization event.

Exception Condition
System.Runtime.Serialization::SerializationException

The System.Runtime.Serialization::SerializationInfo object associated with the current SortedSet<T> instance is invalid.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft