Welcome to Atalasoft Community Sign in | Help

Browse by Tags

All Tags » code » programming » generics » IEnumerable » C#   (RSS)
Sorry, but there are no more tags available to filter with.

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.