Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Count | |
![]() |
Keys |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddElement | |
![]() |
Clear | |
![]() |
ContainsElement | |
![]() |
ContainsKey | |
![]() |
Remove | |
![]() |
RemoveElement | |
![]() |
TryGetValue(TKey, ICollection<TElement>%) | |
![]() |
TryGetValue<TCollection>(TKey, TCollection%) |
Top