Returns an enumerator that iterates through the collection.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public IEnumerator<QueryParameter> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of QueryParameter)
Visual C++
public:
virtual IEnumerator<QueryParameter^>^ GetEnumerator() sealed

Return Value

Enumerator that iterates through the collection

Implements

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

See Also