Info
| Version: | 1.0.9 |
| Author(s): | Antonio Esposito |
| Last Update: | Friday, October 9, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://www.tnxconsulting.com |
| NuGet Url: | https://www.nuget.org/packages/TNX.LinqExtensions |
Install
Install-Package TNX.LinqExtensions
dotnet add package TNX.LinqExtensions
paket add TNX.LinqExtensions
TNX.LinqExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Useful extensions methods like:
- SplitTo: split an enumerable in smaller enumerables
- TakeAround: Task many items in the same IList, starting at the given position, for the given distance
- TakeArgument: Takes the given argument value in the standard console-application format
- Pivot: creates a pivot table by using dynamic created objects from any enumerable.