ImmutableSortedDictionary<TKey,TValue>.Builder.Keys Proprietà

Definizione

Ottiene una raccolta di elementi fortemente tipizzata e di sola lettura.

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)

Valore della proprietà

IEnumerable<TKey>

Raccolta di elementi fortemente tipizzata e di sola lettura.

Implementazioni

Si applica a