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

定义

获取包含只读字典中的键的可枚举集合。

property System::Collections::Generic::IEnumerable<TKey> ^ System::Collections::Generic::IReadOnlyDictionary<TKey,TValue>::Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys : seq<'Key>
 ReadOnly Property Keys As IEnumerable(Of TKey) Implements IReadOnlyDictionary(Of TKey, TValue).Keys

属性值

IEnumerable<TKey>

包含只读字典中的键的可枚举集合。

实现

适用于