ImmutableSortedDictionary<TKey,TValue>.Builder.Keys Propriedade

Definição

Obtém uma coleção de elementos fortemente tipada e somente leitura.Gets a strongly typed, read-only collection of elements.

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 de elementos somente leitura.A strongly typed, read-only collection of elements.

Implementações

Aplica-se a