Share via


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%)

回頁首

請參閱

參考

Microsoft.TeamFoundation.Framework.Common 命名空間