C# and .NET tips and code snippets
Thanks for the tip which led me to aanother one.Seehttp://stackoverflow.com/questions/371054/uses-of-action-delegate-in-c
this can actually be reduced to a one liner:myList.ForEach(x => {Console.WriteLine(x);});
Thanks for the tip which led me to aanother one.
ReplyDeleteSee
http://stackoverflow.com/questions/371054/uses-of-action-delegate-in-c
this can actually be reduced to a one liner:
ReplyDeletemyList.ForEach(x => {Console.WriteLine(x);});