Edit

Share via


Dictionary<TKey,TValue>.IDictionary<TKey,TValue>.Values Property

Definition

Gets an ICollection<T> containing the values in the IDictionary<TKey,TValue>.

C#
System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get; }

Property Value

ICollection<TValue>

An ICollection<T> of type TValue containing the values in the IDictionary<TKey,TValue>.

Implements

Applies to