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 redundant ForEach #40

Closed iivchenko closed 7 years ago

iivchenko commented 7 years ago

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

Issue #33