ICollectionDictionary<TKey, TElement> Interface

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Interface ICollectionDictionary(Of TKey, TElement)
public interface ICollectionDictionary<TKey, TElement>
generic<typename TKey, typename TElement>
public interface class ICollectionDictionary
type ICollectionDictionary<'TKey, 'TElement> =  interface end
JScript does not support generic types or methods.

Type Parameters

  • TKey
  • TElement

The ICollectionDictionary<TKey, TElement> type exposes the following members.

Properties

  Name Description
Public property Count
Public property Keys

Top

Methods

  Name Description
Public method AddElement
Public method Clear
Public method ContainsElement
Public method ContainsKey
Public method Remove
Public method RemoveElement
Public method TryGetValue(TKey, ICollection<TElement>%)
Public method TryGetValue<TCollection>(TKey, TCollection%)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Common Namespace