ImmutableDictionary<TKey,TValue>.Keys Propriedade
Definição
Obtém as chaves no dicionário imutável.Gets the keys in the immutable dictionary.
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>
As chaves no dicionário imutável.The keys in the immutable dictionary.