Stories recently tagged with 'enumerable'

Lists: Filter, Map and Reduce - and the Magic of IEnumerator.(honestillusion.com)

submitted by JamesCurran2JamesCurran2(134) 3 years, 9 months ago

There are 3 very handy list functions which make dealing with lists a breeze: Map, Filter and Reduce. But along the way of writing them, an important principle of IEnumerator<> comes up. read more...

add a comment |category: |Views: 63

tags: another

What's inside a foreach() statement?(honestillusion.com)

submitted by JamesCurran2JamesCurran2(134) 5 years ago

A comparision of a foreach() loop and manually looping by calling GetEnumerator() and MoveNext() read more...

add a comment |category: |Views: 3

tags: another