Mono Class Library: System.Collections.Generic.IDictionary<TKey,TValue> Overview | Members

System.Collections.Generic.IDictionary<TKey,TValue>.Values Property

Gets a collection containing the values in the current instance.

public ICollection<TValue> Values { get; }

Value

A collection containing the values in the current instance.

Remarks

This property is read-only.

The order of the values in the returned Generic.ICollection<TKey> is unspecified, but it is guaranteed to be the same order as the corresponding keys in the collection returned by the IDictionary<TKey, TValue>.Keys property.

Requirements

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0