CodeTV.HashtableSerializationProxy.HashtableSerializationProxy C# (CSharp) Метод

HashtableSerializationProxy() публичный Метод

public HashtableSerializationProxy ( Hashtable ht ) : System
ht System.Collections.Hashtable
Результат System
        public HashtableSerializationProxy(Hashtable ht)
        {
            _hashTable = ht;
            _position = -1;
        }