ImmutableSortedDictionary<TKey,TValue>.Builder.Keys Propiedad

Definición

Obtiene una colección fuertemente tipada, de sólo lectura de elementos.

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)

Valor de propiedad

IEnumerable<TKey>

Colección de elementos fuertemente tipada y de solo lectura.

Implementaciones

Se aplica a