Click or drag to resize

TakeUntilExtension Class

TakeUntil extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsTakeUntilExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.2.0+5205ea241d72b079436060d330cd5c2eae7cdcdf
Syntax
public static class TakeUntilExtension

The TakeUntilExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTakeUntilTSource
Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last returned.
Top
See Also