LinkedList<T>.Enumerator.IDeserializationCallback.OnDeserialization Method (Object)
.NET Framework (current version)
Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete.
Assembly: System (in System.dll)
Parameters
- sender
-
Type:
System.Object
The source of the deserialization event.
| Exception | Condition |
|---|---|
| System.Runtime.Serialization.SerializationException | The System.Runtime.Serialization.SerializationInfo object associated with the current LinkedList<T> instance is invalid. |
.NET Framework
Available since 2.0
Available since 2.0
Show: