Пример #1
0
        public object Clone()
        {
            SSRCToStreamHashtable clone = new SSRCToStreamHashtable();

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

            return(clone);
        }
Пример #2
0
        public object Clone()
        {
            SSRCToStreamHashtable clone = new SSRCToStreamHashtable();

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

            return clone;
        }