Iterators are available in c#2.0.Through iterators we iterate through custom collection without implementing Ienumerable and Ienumerator.Then What is Meant by custom Iterators
A "custom interator" is just an iterator that you implement yourself. The iterators shown here are all custom iterators, even though they are all quite simple.
custom iterators
NItin16
hi,
i don't know what exactly do you mean by that , but i guess its for, foreach, while, do ... while loops
hope this helps
Jane Stop This Crazy Thing
Hai,
Iterators are available in c#2.0.Through iterators we iterate through custom collection without implementing Ienumerable and Ienumerator.Then What is Meant by custom Iterators
Thanks in advance.
Mr.Analogy
A "custom interator" is just an iterator that you implement yourself. The iterators shown here are all custom iterators, even though they are all quite simple.
http://msdn2.microsoft.com/en-US/library/dscyy5s0.aspx
Michael Blome - Visual C# Documentation Team