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 命名空间