Share via


Collection.OnDeserialization Method

Runs after the entire Collection object graph has been deserialized. Implements the IDeserializationCallback interface.

Namespace: Microsoft.VisualBasic

Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)

Private Sub OnDeserialization( _
   ByVal sender As Object _
) Implements IDeserializationCallback.OnDeserialization
private void OnDeserialization(
   object sender
);

Parameters

  • sender
    The object that initiated the callback.

Remarks

This method is called after the entire Collection object graph has been deserialized.

Version Information

.NET Framework

Supported in: 2.0

See Also

Reference

Collection
IDeserializationCallback
OnDeserialization