TakeUntil extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax public static class TakeUntilExtension
<ExtensionAttribute>
Public NotInheritable Class TakeUntilExtension
[ExtensionAttribute]
public ref class TakeUntilExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type TakeUntilExtension = class end
The TakeUntilExtension type exposes the following members.
Methods
| Name | Description |
---|
| TakeUntilTSource |
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.
|
TopSee Also