HybridDictionary<TKey, TValue>.Add Method (TKey, TValue)
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Sub Add ( _
key As TKey, _
value As TValue _
)
public void Add(
TKey key,
TValue value
)
public:
virtual void Add(
TKey key,
TValue value
) sealed
abstract Add :
key:'TKey *
value:'TValue -> unit
override Add :
key:'TKey *
value:'TValue -> unit
public final function Add(
key : TKey,
value : TValue
)
Parameters
- key
Type: TKey
- value
Type: TValue
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.