C# Iterators(blackwasp.co.uk)
submitted by
BlackWasp(4212) 3 years, 5 months ago
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.
|category: C#
|Views: 11
tags:
C# another
Everyones tags:
Your Tags: