Where can I learn the ins and outs of enumerators in C#?
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-03-25T11:28:14Z
Indexed on
2010/03/25
11:33 UTC
Read the original article
Hit count: 320
Is there a good resource out there that explains the concept of enumerators and custom enumerators? Particularly one with a good solid example of why you would want to implement IEnumerable
yourself and how you would use it effectively?
I occasionally come across yield
and I am trying to get a better understanding of it.
© Stack Overflow or respective owner