FrozenDictionary<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

Продукт Версии
.NET 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)