Recursively Traversing a Hierarchical Data Structure Using LINQ

Posted on Code Project See other posts from Code Project
Published on Sun, 28 Mar 2010 01:29:00 GMT Indexed on 2010/03/28 1:33 UTC
Read the original article Hit count: 387

Filed under:
Recursively traversing a hierarchical data structure using LINQ without flattenning the hierarchy or using foreach loops

© Code Project or respective owner