iivchenko / ShogunLib

Set of libraries with useful and reusable code like LINQ extension, Monads, event extensions and helpers, patterns etc.
MIT License
1 stars 0 forks source link

Remove ForEach<T> that returns result #33

Closed iivchenko closed 8 years ago

iivchenko commented 8 years ago

Well the ForEach that returns a parameter is in the most looks like the Select exteinson of the official LINQ.

So just remove ❗️

iivchenko commented 8 years ago

https://github.com/iivchenko/ShogunLib/pull/40

iivchenko commented 8 years ago

https://github.com/iivchenko/ShogunLib/pull/43