A partitioning operation divides an input set into two sections, without rearranging the elements, and then returning one of the sections.

Methods

MethodDescriptionQuery expression
SkipSkips elements up to a specified position in the collectionN/A
SkipWhileSkips elements based on a predicate function until an element does not satisfy the conditionN/A
TakeTakes elements up to a specified position in a collectionN/A
TakeWhileN/A
ChunkSplits elements of a collection into chunks of a specified maximum sizeN/A