LinkedList<T>.Enumerator.ISerializable.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)
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show: