LinkedList<T>::GetObjectData Method (SerializationInfo^, StreamingContext)
Implements the System.Runtime.Serialization::ISerializable interface and returns the data needed to serialize the LinkedList<T> instance.
Assembly: System (in System.dll)
public: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context )
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
A System.Runtime.Serialization::SerializationInfo object that contains the information required to serialize the LinkedList<T> instance.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
A System.Runtime.Serialization::StreamingContext object that contains the source and destination of the serialized stream associated with the LinkedList<T> instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is null. |
for providing serialization services. Associated enumeration: SerializationFormatter Security action: LinkDemand
Available since 2.0