Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
2 references to Add
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageQueryTable.cs (2)
54this.Add(key, value); 87this.Add(item.Key, item.Value);