widec - Widec.Extensions.Enumerable 0.4.0
Widec.Extensions.Enumerable
PM> Install-Package Widec.Extensions.Enumerable -Version 0.4.0 -Source https://www.myget.org/F/widec/api/v3/index.json
> nuget.exe install Widec.Extensions.Enumerable -Version 0.4.0 -Source https://www.myget.org/F/widec/api/v3/index.json
> dotnet add package Widec.Extensions.Enumerable --version 0.4.0 --source https://www.myget.org/F/widec/api/v3/index.json
source https://www.myget.org/F/widec/api/v3/index.json
nuget Widec.Extensions.Enumerable ~> 0.4.0
Copy to clipboard
> choco install Widec.Extensions.Enumerable --version 0.4.0 --source https://www.myget.org/F/widec/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "widec" -SourceLocation "https://www.myget.org/F/widec/api/v2"
Install-Module -Name "Widec.Extensions.Enumerable" -RequiredVersion "0.4.0" -Repository "widec"
Copy to clipboard
Widec.Extensions.Enumerable
Abstract
This assembly contains a number of extensions on IEnumerable
The following extensions are available
| Extension | Description |
|---|---|
| UnSplit | The reverse of the Split method on String. |
| Crudonize | Compares two IEnumerable instances based on a compare method and invokes create, update and delete actions. |
| Padding | Pads an IEnumerable left or right with items. |
| Sequence | Sequence the items in an IEnumerable |
| Buffer | Takes an IEnumerable |
| Median | Takes the median of the IEnumerable |
| ExceptWith | Filters an IEnumerable |
| ToUpper | Executes a ToUpper on an IEnumerable |
| ToLower | Executes a ToLower on an IEnumerable |
| Shuffle | Shuffles an IEnumerable |
-
.NETFramework 4.5
-
.NETFramework 4.5.2
-
.NETFramework 4.6.1
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.0)
- .NETFramework 4.5: 4.5.0.0
- .NETFramework 4.5.2: 4.5.2.0
- .NETFramework 4.6.1: 4.6.1.0
- .NETStandard 1.6: 1.6.0.0
OwnersWim De Cleen |
AuthorsWim De Cleen |
Project URLhttps://github.com/widec/Widec.Extensions.Enumerable |
LicenseMIT |
TagsExtensions,IEnumerable |
Info35 total downloads |
| 9 downloads for version 0.4.0 |
| Download (31.96 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
0.4.0 | 31.96 KB | Tue, 28 Nov 2017 14:38:58 GMT | 9 |
|
||
|
|
0.3.0 | 24.29 KB | Thu, 06 Oct 2016 19:18:37 GMT | 8 |
|
||
|
|
0.2.0 | 7.88 KB | Thu, 29 Sep 2016 20:21:33 GMT | 6 |
|
||
|
|
0.1.0 | 5.19 KB | Thu, 22 Sep 2016 19:24:07 GMT | 12 |
|