CollectionDictionary<TKey, TElement>.AddElement-Methode

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
)

Parameter

Implementiert

ICollectionDictionary<TKey, TElement>.AddElement(TKey, TElement)

.NET Framework-Sicherheit

Siehe auch

Referenz

CollectionDictionary<TKey, TElement> Klasse

Microsoft.TeamFoundation.Framework.Common-Namespace