Method Add
Add(KeyValuePair<String, TValue>)
Declaration
public void Add(KeyValuePair<string, TValue> item)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.KeyValuePair<System.String, TValue> | item |
Implements
System.Collections.Generic.ICollection<T>.Add(T)