Returns a read-only collection that contains the values in the dictionary.
Delphi
function GetValues: IReadOnlyCollection<TValue>;
Returns
IReadOnlyCollection<TValue>
An IReadOnlyCollection<TValue> view of the dictionary values.
The returned collection is a live view. It reflects subsequent changes to the dictionary.