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

定义

获取包含词典中的键的集合。

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

属性值

一个集合,包含词典中的键。

实现

注解

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

适用于