ImmutableDictionary<TKey,TValue>.Builder.Keys Свойство

Определение

Возвращает коллекцию, содержащую ключи неизменяемого словаря.

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

Значение свойства

IEnumerable<TKey>

Коллекция ключей из объекта, который реализует неизменяемый словарь.

Реализации

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