ReadOnlyDictionary<TKey,TValue>.Keys Özellik

Tanım

Sözlüğün anahtarlarını içeren bir anahtar koleksiyonu alır.

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

Özellik Değeri

Sözlüğün anahtarlarını içeren bir anahtar koleksiyonu.

Şunlara uygulanır