ReadOnlyDictionaryAdapter.Values property

Gets an enumerable collection of the values in the adapted dictionary.

public IEnumerable<object?> Values { get; }

See Also