This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::Add Method
Visual Studio 2013
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)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: