Values

System.Collections.IEnumerable<V> IDictionary.Values { get; }

Gets the collection of items.

Value

IEnumerable<V> – Collection of items in this collection.

Throws