QueryOperationResponse.GetEnumeratorHelper<T>(Func<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.