EnumerableRetrieverHelper.GetValues<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.
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
Returns
IEnumerable<T>