ReadOnlyDictionary<TKey,TValue>.Keys Propriedade

Definição

Obtém uma coleção de chaves que contém as chaves do dicionário.

public:
 property System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue>::KeyCollection ^ Keys { System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue>::KeyCollection ^ get(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>.KeyCollection Keys { get; }
member this.Keys : System.Collections.ObjectModel.ReadOnlyDictionary<'Key, 'Value>.KeyCollection
Public ReadOnly Property Keys As ReadOnlyDictionary(Of TKey, TValue).KeyCollection

Valor da propriedade

ReadOnlyDictionary<TKey,TValue>.KeyCollection

Uma coleção de chaves que contém as chaves do dicionário.

Aplica-se a