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>::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)

.NET Framework (current version)
 

Implements the System.Runtime.Serialization::ISerializable interface, and returns the data that you need to serialize the SortedSet<T> instance.

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

private:
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) sealed = ISerializable::GetObjectData

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

A System.Runtime.Serialization::SerializationInfo object that contains the information that is required to serialize the SortedSet<T> instance.

context
Type: System.Runtime.Serialization::StreamingContext

A System.Runtime.Serialization::StreamingContext structure that contains the source and destination of the serialized stream associated with the SortedSet<T> instance.

Exception Condition
ArgumentNullException

info is null.

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

SecurityPermission

for providing serialization services. Security action: LinkDemand. Associated enumeration: SerializationFormatter

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