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

定义

获取包含 IDictionary<TKey,TValue> 的键的 ICollection

property System::Collections::ICollection ^ System::Collections::IDictionary::Keys { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Keys { get; }
member this.System.Collections.IDictionary.Keys : System.Collections.ICollection
 ReadOnly Property Keys As ICollection Implements IDictionary.Keys

属性值

包含 IDictionary<TKey,TValue> 的键的接口。

实现

注解

此成员是显式接口成员的实现。 它只能在 ConcurrentDictionary<TKey,TValue> 实例被强制转换为 IDictionary 接口时使用。

适用于

另请参阅