Exemplo n.º 1
0
        public SsrcToSdesDataHashtable Clone()
        {
            SsrcToSdesDataHashtable clone = new SsrcToSdesDataHashtable();

            foreach (DictionaryEntry de in Dictionary)
            {
                clone.Add((uint)de.Key, (SdesData)de.Value);
            }

            return(clone);
        }
Exemplo n.º 2
0
        public SsrcToSdesDataHashtable Clone()
        {
            SsrcToSdesDataHashtable clone = new SsrcToSdesDataHashtable();

            foreach(DictionaryEntry de in Dictionary)
            {
                clone.Add((uint)de.Key, (SdesData)de.Value);
            }

            return clone;
        }