EnumerableExPublish Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | PublishTSource(IEnumerableTSource) |
Creates a buffer with a view over the source sequence, causing each enumerator to obtain access to the remainder of the sequence from the current index in the buffer.
|
![]() ![]() | PublishTSource, TResult(IEnumerableTSource, FuncIEnumerableTSource, IEnumerableTResult) |
Publishes the source sequence within a selector function where each enumerator can obtain a view over a tail of the source sequence.
|