Ejemplo n.º 1
0
        public object Clone()
        {
            SdesPrivateExtensionHashtable clone = new SdesPrivateExtensionHashtable();

            foreach (DictionaryEntry de in h)
            {
                clone.Add((byte[])de.Key, (byte[])de.Value);
            }

            return(clone);
        }
Ejemplo n.º 2
0
        public object Clone()
        {
            SdesPrivateExtensionHashtable clone = new SdesPrivateExtensionHashtable();

            foreach(DictionaryEntry de in h)
            {
                clone.Add((byte[])de.Key, (byte[])de.Value);
            }

            return clone;
        }