Info
Version: | 1.0.2 |
Author(s): | MoreLINQ Developers |
Last Update: | Wednesday, March 7, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/morelinq |
NuGet Url: | https://www.nuget.org/packages/MoreLinq.Source.MoreEnumerable.TakeUntil |
Install
Install-Package MoreLinq.Source.MoreEnumerable.TakeUntil
dotnet add package MoreLinq.Source.MoreEnumerable.TakeUntil
paket add MoreLinq.Source.MoreEnumerable.TakeUntil
MoreLinq.Source.MoreEnumerable.TakeUntil Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
- LinqBridge.Embedded(>= 1.3.0)
No dependencies.
Tags
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.