This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::Add Method

Adds the specified item to this dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

private:
virtual void Add(
	KeyValuePair<TKey, TValue> item
) sealed = ICollection<KeyValuePair<TKey, TValue>>::Add

Parameters

item
Type: System.Collections.Generic::KeyValuePair<TKey, TValue>

The item to add to this dictionary.

Implements

ICollection<T>::Add(T)

Show: