ReadOnlyDictionary<TKey,TValue>.Keys Vlastnost

Definice

Získá kolekci klíčů, která obsahuje klíče slovníku.

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

Hodnota vlastnosti

Kolekce klíčů, která obsahuje klíče slovníku.

Platí pro