IDictionary<TKey,TValue>.Values Property

Definition

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

Delphi
property Values;

Value

IReadOnlyCollection<TValue>