QueryableExMemoize Method |
Name | Description | |
---|---|---|
![]() ![]() | MemoizeTSource, TResult(IEnumerableTSource, FuncIEnumerableTSource, IEnumerableTResult) | |
![]() ![]() | MemoizeTSource, TResult(IQueryableTSource, ExpressionFuncIEnumerableTSource, IEnumerableTResult) |
Memoizes the source sequence within a selector function where each enumerator can get access to all of the sequence's elements without causing multiple enumerations over the source.
|
![]() ![]() | MemoizeTSource, TResult(IEnumerableTSource, Int32, FuncIEnumerableTSource, IEnumerableTResult) | |
![]() ![]() | MemoizeTSource, TResult(IQueryableTSource, Int32, ExpressionFuncIEnumerableTSource, IEnumerableTResult) |
Memoizes the source sequence within a selector function where a specified number of enumerators can get access to all of the sequence's elements without causing multiple enumerations over the source.
|