Click or drag to resize

ParameterListGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public IEnumerator<QueryParameter> GetEnumerator()

Return Value

IEnumeratorQueryParameter
Enumerator that iterates through the collection

Implements

IEnumerableTGetEnumerator
See Also