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

属性值

包含 <a0/> 键的接口。

实现

注解

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

适用于

另请参阅