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

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

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

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

            return clone;
        }