LinkedList<T> Constructor (SerializationInfo, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the LinkedList<T> class that is serializable with the specified SerializationInfo and StreamingContext.
Assembly: System (in System.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization.SerializationInfo
A System.Runtime.Serialization.SerializationInfo object containing the information required to serialize the LinkedList<T>.
- context
-
Type:
System.Runtime.Serialization.StreamingContext
A System.Runtime.Serialization.StreamingContext object containing the source and destination of the serialized stream associated with the LinkedList<T>.
LinkedList<T> accepts null as a valid Value for reference types and allows duplicate values.
If the LinkedList<T> is empty, the First and Last properties contain null.
This constructor is an O(n) operation.
.NET Framework
Available since 2.0
Available since 2.0
Show: