OrderedDictionary.IDeserializationCallback.OnDeserialization Method (Object)
.NET Framework (current version)
Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete.
Assembly: System (in System.dll)
Private Sub OnDeserialization ( sender As Object ) Implements IDeserializationCallback.OnDeserialization
Parameters
- sender
-
Type:
System.Object
The source of the deserialization event.
.NET Framework
Available since 2.0
Available since 2.0
Show: