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