Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.