public object Clone() { SSRCToParticipantHashtable clone = new SSRCToParticipantHashtable(); foreach (DictionaryEntry de in Dictionary) { clone.Add((uint)de.Key, (RtpParticipant)de.Value); } return(clone); }
public object Clone() { SSRCToParticipantHashtable clone = new SSRCToParticipantHashtable(); foreach( DictionaryEntry de in Dictionary ) { clone.Add((uint)de.Key, (RtpParticipant)de.Value); } return clone; }