Returns an IEnumerator<(Of <(T>)>) representing this 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 IEnumerator<KeyValuePair<T, U>> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of T, U))
Visual C++
public:
virtual IEnumerator<KeyValuePair<T, U>>^ GetEnumerator() sealed

Return Value

Enumerator.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also