CodeTV.HashtableSerializationProxy.HashtableSerializationProxy C# (CSharp) Method

HashtableSerializationProxy() public method

public HashtableSerializationProxy ( Hashtable ht ) : System
ht System.Collections.Hashtable
return System
        public HashtableSerializationProxy(Hashtable ht)
        {
            _hashTable = ht;
            _position = -1;
        }