LinkedList<T>.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the LinkedList<T> instance.
Assembly: System (in System.dll)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)] public 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. |
SecurityPermission
for providing serialization services. Associated enumeration: SerializationFormatter Security action: LinkDemand
.NET Framework
Available since 2.0
Available since 2.0
Show: