ICollectionDictionary<TKey, TElement>, interface
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Interface ICollectionDictionary(Of TKey, TElement)
public interface ICollectionDictionary<TKey, TElement>
Paramètres de type
- TKey
- TElement
Le type ICollectionDictionary<TKey, TElement> expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Count | |
![]() |
Keys |
Début
Méthodes
Nom | Description | |
---|---|---|
![]() |
AddElement | |
![]() |
Clear | |
![]() |
ContainsElement | |
![]() |
ContainsKey | |
![]() |
Remove | |
![]() |
RemoveElement | |
![]() |
TryGetValue(TKey, ICollection<TElement>%) | |
![]() |
TryGetValue<TCollection>(TKey, TCollection%) |
Début