Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified key-value pair to this dictionary.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Private Sub Add ( _
    key As TKey, _
    value As TValue _
) Implements IDictionary(Of TKey, TValue).Add
void IDictionary<TKey, TValue>.Add(
    TKey key,
    TValue value
)
private:
virtual void Add(
    TKey key, 
    TValue value
) sealed = IDictionary<TKey, TValue>::Add
private abstract Add : 
        key:'TKey * 
        value:'TValue -> unit  
private override Add : 
        key:'TKey * 
        value:'TValue -> unit
JScript does not support explicit interface implementations.
Parameters
- key 
 Type: TKey- The key. 
- value 
 Type: TValue- The value. 
Implements
IDictionary<TKey, TValue>.Add(TKey, TValue)
.NET Framework Security
- 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.