| 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()
Public Function GetEnumerator As IEnumerator(Of QueryParameter)
public:
virtual IEnumerator<QueryParameter^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<QueryParameter>
override GetEnumerator : unit -> IEnumerator<QueryParameter>
Return Value
Type:
IEnumeratorQueryParameterEnumerator that iterates through the collection
Implements
IEnumerableTGetEnumeratorSee Also