EnumerableExShare Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | ShareTSource(IEnumerableTSource) |
Creates a buffer with a shared view over the source sequence, causing each enumerator to fetch the next element from the source sequence.
|
![]() ![]() | ShareTSource, TResult(IEnumerableTSource, FuncIEnumerableTSource, IEnumerableTResult) |
Shares the source sequence within a selector function where each enumerator can fetch the next element from the source sequence.
|