Welcome to Atalasoft Community Sign in | Help

Browse by Tags

All Tags » programming » IEnumerable » code » C#   (RSS)

More IEnumerable<T> Fun

This blog post will be about a practical example of using IEnumerable<T> to make solving common problems easier. Here’s a common abstract problem – walk a tree of nodes visiting each node and possibly perform an operation on a node’s contents.