This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary::Values Property

Returns the collection of values in this dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

private:
virtual property ICollection^ Values {
	ICollection^ get () sealed = IDictionary::Values::get;
}

Property Value

Type: System.Collections::ICollection
The collection of values in this dictionary.

Implements

IDictionary::Values

Show: