IDictionary<TKey,TValue>.Keys Property

Definition

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

Delphi
property Keys;

Value

IReadOnlyCollection<TKey>