CodeTV.HashtableSerializationProxy.HashtableSerializationProxy C# (CSharp) Méthode

HashtableSerializationProxy() public méthode

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