ICollectionDictionary<TKey, TElement> 介面
命名空間: Microsoft.TeamFoundation.Framework.Common
組件: Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)
語法
'宣告
Public Interface ICollectionDictionary(Of TKey, TElement)
public interface ICollectionDictionary<TKey, TElement>
型別參數
- TKey
- TElement
ICollectionDictionary<TKey, TElement> 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | |
![]() |
Keys |
回頁首
方法
名稱 | 說明 | |
---|---|---|
![]() |
AddElement | |
![]() |
Clear | |
![]() |
ContainsElement | |
![]() |
ContainsKey | |
![]() |
Remove | |
![]() |
RemoveElement | |
![]() |
TryGetValue(TKey, ICollection<TElement>%) | |
![]() |
TryGetValue<TCollection>(TKey, TCollection%) |
回頁首