OrderedDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys Property

Definition

Gets an enumerable collection that contains the keys in the read-only dictionary.

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

Property Value

IEnumerable<TKey>

An enumerable collection that contains the keys in the read-only dictionary.

Implements

Applies to

Product Versions
.NET 9