Share via


EnumerableRetrieverHelper.GetValues<T> Method

Definition

public:
generic <typename T>
 static System::Collections::Generic::IEnumerable<T> ^ GetValues(Func<int> ^ countMethod, Func<int, T> ^ retrieveMethod);
public static System.Collections.Generic.IEnumerable<T> GetValues<T> (Func<int> countMethod, Func<int,T> retrieveMethod);
static member GetValues : Func<int> * Func<int, 'T> -> seq<'T>
Public Shared Iterator Function GetValues(Of T) (countMethod As Func(Of Integer), retrieveMethod As Func(Of Integer, T)) As IEnumerable(Of T)

Type Parameters

T

Parameters

countMethod
Func<Int32>
retrieveMethod
Func<Int32,T>

Returns

Applies to