Just Another Blog.....
List ss = new List();
ss.Add(1);
ss.Add(3);
ss.Add(5);
ss.ForEach(delegate(int x)
{ if (x < 4) Console.WriteLine(x); });
Console.ReadKey();
Also checked out that this is probably the best in compared to Foreach and For loops
Cheers
Powered by: Skin design by Mark Wagner, Adapted by David Vidmar Copyright © Dheeman Dutta