Interfejs ICollectionDictionary<TKey, TElement>
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Common
Zestaw: Microsoft.TeamFoundation.Common (w Microsoft.TeamFoundation.Common.dll)
Składnia
'Deklaracja
Public Interface ICollectionDictionary(Of TKey, TElement)
public interface ICollectionDictionary<TKey, TElement>
Parametry typów
- TKey
- TElement
Typ ICollectionDictionary<TKey, TElement> uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
Count | ||
Keys |
Początek
Metody
Nazwa | Opis | |
---|---|---|
AddElement | ||
Clear | ||
ContainsElement | ||
ContainsKey | ||
Remove | ||
RemoveElement | ||
TryGetValue(TKey, ICollection<TElement>%) | ||
TryGetValue<TCollection>(TKey, TCollection%) |
Początek