ConcurrentCollectionDictionary<TKey, TElement>.AddElement Method
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub AddElement ( _
key As TKey, _
element As TElement _
)
public void AddElement(
TKey key,
TElement element
)
public:
virtual void AddElement(
TKey key,
TElement element
) sealed
abstract AddElement :
key:'TKey *
element:'TElement -> unit
override AddElement :
key:'TKey *
element:'TElement -> unit
public final function AddElement(
key : TKey,
element : TElement
)
Parameters
- key
Type: TKey
- element
Type: TElement
Implements
ICollectionDictionary<TKey, TElement>.AddElement(TKey, TElement)
.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.