ImmutableSortedDictionary<TKey,TValue>.Builder.Keys Właściwość

Definicja

Pobiera silnie typizowana kolekcja elementów tylko do odczytu.

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)

Wartość właściwości

IEnumerable<TKey>

Silnie typizowana kolekcja elementów tylko do odczytu.

Implementuje

Dotyczy