Returns collection of items present in the dictionary.

Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public ICollection<U> Values { get; }
Visual Basic (Declaration)
Public ReadOnly Property Values As ICollection(Of U)
Visual C++
public:
virtual property ICollection<U>^ Values {
	ICollection<U>^ get () sealed;
}

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Values

See Also