List(T).ForEach or foreach, it doesn't matter...or does it?
Posted
on C# Corner
See other posts from C# Corner
Published on 6/14/2010 3:00:41 PM
Indexed on
2010/06/15
8:03 UTC
Read the original article
Hit count: 124
Filed under:
When you use a List, it doesn't matter if you use the ForEach method of the generic list or use a normal foreach or does it? Sometimes it makes a difference!
© C# Corner or respective owner