CodeTV.HashtableSerializationProxy.HashtableSerializationProxy C# (CSharp) 메소드

HashtableSerializationProxy() 공개 메소드

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