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.23341.1754
Syntax
public IEnumerator<QueryParameter> GetEnumerator()

Return Value

Type: IEnumeratorQueryParameter
Enumerator that iterates through the collection

Implements

IEnumerableTGetEnumerator
See Also