Method ICollection<KeyValuePair<TLeft, TRight>>.Add
ICollection<KeyValuePair<TLeft, TRight>>.Add(KeyValuePair<TLeft, TRight>)
Adds an association to map between the specified left and right value.
Declaration
void ICollection<KeyValuePair<TLeft, TRight>>.Add(KeyValuePair<TLeft, TRight> item)Parameters
| Type | Name | Description | 
|---|---|---|
| KeyValuePair<TLeft, TRight> | item | 
