Error!
Success!

C# Iterators

0
kicks

C# Iterators  (Unpublished)

C# 2.0 introduced iterators. Iterators can be added to a class to allow traversing of a sequence of values with the foreach command. Although possible in earlier language versions, iterators remove the need to manually implement the IEnumerable interface.


Kicked By:
Drop Kicked By: