ImmutableSortedDictionary<TKey,TValue>.Builder.Keys Propriedade

Definição

Obtém uma coleção de elementos fortemente tipada e somente leitura.

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 da propriedade

IEnumerable<TKey>

Uma coleção fortemente tipada e somente leitura de elementos.

Implementações

Aplica-se a