CachedEnumerable()

CachedEnumerable::CachedEnumerable(System::Func<bool>) constructor

System::Linq::Details::CachedEnumerable<TItem>::CachedEnumerable(System::Func<bool> requestNext)

Arguments

ParameterTypeDescription
requestNextSystem::Func<bool>callback which is called when next item is needed. callback should use Add method to insert next item of return false when no more items

See Also