AutodiscoverResponseCollection<TResponse>.GetEnumerator Method

Definition

Returns an enumerator that enables you to iterate through the objects in 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 enumerator that can be used to iterate through the collection.

Implements

Applies to