Click here to Skip to main content
15,888,039 members
Articles / Programming Languages / C#

Recursively Traversing a Hierarchical Data Structure Using LINQ

Rate me:
Please Sign up or sign in to vote.
4.47/5 (8 votes)
10 Apr 2010CPOL2 min read 106.9K   2.3K   53  
Recursively traversing a hierarchical data structure using LINQ without flattening the hierarchy or using foreach loop

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions