TobiasWehrum / unity-utilities

A collection of Unity3D scripts I've been sharing between projects - open source, fully commented and with examples.
MIT License
276 stars 28 forks source link

Added the ForEach LINQ extension. #8

Open xstreck1 opened 8 years ago

xstreck1 commented 8 years ago

ForEach extends the IEnumerable and allows to apply a function to each its element.