API Reference MyLibrary MyLibrary.Collections IDictionary<TKey,TValue> IDictionary<TKey,TValue>.Keys Property Definition Unit: MyLibrary.Collections Package: MyLibrary Gets a read-only collection that contains the keys in the dictionary. Delphi Copy property Keys; Value IReadOnlyCollection<TKey>