ServiceResponseCollection<TResponse>.GetEnumerator Method

Definition

Gets an enumerator that iterates through the elements of the collection.

public:
 virtual System::Collections::Generic::IEnumerator<TResponse> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TResponse> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of TResponse)

Returns

IEnumerator<TResponse>

An IEnumerator for the collection.

Implements

Applies to