Asusultra's Contributions
Below are the tutorials, code snippets, and resources Asusultra has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Code Snippets
Submitted: May 19, 2011        Views: 1188
This ForEach extension method essentially wraps a foreach loop that loops through the items in the IEnumerable instance executing a given Action at each iteration -passing in the current item.