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>

Перечисляемая коллекция, содержащая ключи в словаре только для чтения.

Реализации

Применяется к