SortedDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys Proprietà

Definizione

Ottiene una raccolta contenente le chiavi della classe SortedDictionary<TKey,TValue>.

System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get; }

Valore della proprietà

IEnumerable<TKey>

Raccolta contenente le chiavi presenti in SortedDictionary<TKey,TValue>.

Implementazioni

Si applica a