ReadOnlyDictionary<TKey,TValue>.Keys Egenskap

Definition

Hämtar en nyckelsamling som innehåller nycklarna i ordlistan.

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

Egenskapsvärde

En nyckelsamling som innehåller nycklarna i ordlistan.

Gäller för