ReadOnlyDictionary<TKey, TValue>.IDictionary.Keys 属性

返回键的集合此字典中。

命名空间:  Microsoft.TeamFoundation.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Private ReadOnly Property Keys As ICollection
    Implements IDictionary.Keys
ICollection IDictionary.Keys { get; }

属性值

类型:System.Collections.ICollection
键的集合此字典中。

实现

IDictionary.Keys

.NET Framework 安全性

请参阅

参考

ReadOnlyDictionary<TKey, TValue> 类

Microsoft.TeamFoundation.Client 命名空间