List(T).ForEach or foreach, it doesn't matter...or does it?
Posted
on Code Project
See other posts from Code Project
Published on Mon, 14 Jun 2010 07:52:00 GMT
Indexed on
2010/06/14
7:53 UTC
Read the original article
Hit count: 110
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!
© Code Project or respective owner