Share via


QueryOperationResponse.GetEnumeratorHelper<T>(Func<T>) Method

Definition

Gets the enumeration helper for the QueryOperationResponse.

protected T GetEnumeratorHelper<T> (Func<T> getEnumerator) where T : System.Collections.IEnumerator;
member this.GetEnumeratorHelper : Func<'T (requires 'T :> System.Collections.IEnumerator)> -> 'T (requires 'T :> System.Collections.IEnumerator)
Protected Function GetEnumeratorHelper(Of T As IEnumerator) (getEnumerator As Func(Of T)) As T

Type Parameters

T

The generic type.

Parameters

getEnumerator
Func<T>

The enumerator.

Returns

T

An enumerator to enumerator through the results.

Applies to