SortedSet<T>::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)
Implements the System.Runtime.Serialization::ISerializable interface, and returns the data that you need to serialize the SortedSet<T> instance.
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.
for providing serialization services. Security action: LinkDemand. Associated enumeration: SerializationFormatter
Available since 4.0