IDictionary<TKey,TValue>.GetValues Method

Definition

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.

Remarks

The returned collection is a live view. It reflects subsequent changes to the dictionary.