Click or drag to resize
EnumerableExPublish Method
Overload List
  NameDescription
Public methodStatic memberCode examplePublishTSource(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.
Public methodStatic memberPublishTSource, 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.
Top
See Also