ImmutableSortedDictionary<TKey,TValue>.Builder.Keys Vlastnost

Definice

Získá kolekci prvků silného typu jen pro čtení.

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)

Hodnota vlastnosti

IEnumerable<TKey>

Kolekce prvků silného typu jen pro čtení.

Implementuje

Platí pro