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

定义

获取 ICollection 对象,它包含 IDictionary 对象的键。

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

属性值

ICollection 对象,它包含 IDictionary 对象的键。

实现

适用于