This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary<TKey, TValue>::Add Method

Adds the specified key-value pair to this dictionary.

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

private:
virtual void Add(
	TKey key, 
	TValue value
) sealed = IDictionary<TKey, TValue>::Add

Parameters

key
Type: TKey

The key.

value
Type: TValue

The value.

Implements

IDictionary<TKey, TValue>::Add(TKey, TValue)

Show: