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.
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
Available since 4.0
Show: