Returns the collection of keys 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<T> Keys { get; }
Visual Basic (Declaration)
Public ReadOnly Property Keys As ICollection(Of T)
Visual C++
public:
virtual property ICollection<T>^ Keys {
	ICollection<T>^ get () sealed;
}

Implements

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

See Also