An open API service indexing awesome lists of open source software.

https://github.com/baynezy/linqextentions

A Library of extensions for Linq
https://github.com/baynezy/linqextentions

Last synced: 15 days ago
JSON representation

A Library of extensions for Linq

Awesome Lists containing this project

README

        

# LinqExtensions

A Library of extensions for Linq

## Build Status


master
master


develop
develop

## Nuget

[![NuGet version](https://badge.fury.io/nu/LinqExtensions.svg)](http://badge.fury.io/nu/LinqExtensions)

### Install

PM> Install-Package LinqExtensions

## Currently supported

### Each

var numbers = new {1,2,3,4};
numbers.Each(Console.WriteLine);