Returns an enumerator that iterates through the collection.
Namespace: Limilabs.Client.AuthenticationAssembly: 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 |