EnumerableExMemoize Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | MemoizeTSource(IEnumerableTSource) |
Creates a buffer with a view over the source sequence, causing each enumerator to obtain access to all of the sequence's elements without causing multiple enumerations over the source.
|
![]() ![]() | MemoizeTSource, TResult(IEnumerableTSource, FuncIEnumerableTSource, 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(IEnumerableTSource, Int32) |
Creates a buffer with a view over the source sequence, causing a specified number of enumerators to obtain access to all of the sequence's elements without causing multiple enumerations over the source.
|
![]() ![]() | MemoizeTSource, TResult(IEnumerableTSource, Int32, FuncIEnumerableTSource, 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.
|