System.Collections.Hashtable.SyncHashtable.OnDeserialization C# (CSharp) Method

OnDeserialization() public method

public OnDeserialization ( Object sender ) : void
sender Object
return void
            public override void OnDeserialization(Object sender)
            {
                // Does nothing.  We have to implement this because our parent HT implements it,
                // but it doesn't do anything meaningful.  The real work will be done when we
                // call OnDeserialization on our parent table.
            }