This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary::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(
	Object^ key, 
	Object^ value
) sealed = IDictionary::Add

Parameters

key
Type: System::Object

The key.

value
Type: System::Object

The value.

Implements

IDictionary::Add(Object, Object)

Show: