Interface ICollectionDictionary<TKey, TElement>
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)
Sintaxe
'Declaração
Public Interface ICollectionDictionary(Of TKey, TElement)
public interface ICollectionDictionary<TKey, TElement>
Parâmetros de tipo
- TKey
- TElement
O tipo ICollectionDictionary<TKey, TElement> expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | |
![]() |
Keys |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
AddElement | |
![]() |
Clear | |
![]() |
ContainsElement | |
![]() |
ContainsKey | |
![]() |
Remove | |
![]() |
RemoveElement | |
![]() |
TryGetValue(TKey, ICollection<TElement>%) | |
![]() |
TryGetValue<TCollection>(TKey, TCollection%) |
Superior