SortedList<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys Właściwość

Definicja

Pobiera wyliczeń kolekcję zawierającą klucze w słowniku tylko do odczytu.

property System::Collections::Generic::IEnumerable<TKey> ^ System::Collections::Generic::IReadOnlyDictionary<TKey,TValue>::Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys : seq<'Key>
 ReadOnly Property Keys As IEnumerable(Of TKey) Implements IReadOnlyDictionary(Of TKey, TValue).Keys

Wartość właściwości

IEnumerable<TKey>

Wyliczenie kolekcji zawierającej klucze w słowniku tylko do odczytu.

Implementuje

Dotyczy