¡@

Home 

c# Programming Glossary: setchildren

(ID/ParentID) list to Hierarchical list

http://stackoverflow.com/questions/9409021/id-parentid-list-to-hierarchical-list

recursion a foreach loop won't suffice. Action MyClass SetChildren null SetChildren parent parent.Children items .Where childItem.. loop won't suffice. Action MyClass SetChildren null SetChildren parent parent.Children items .Where childItem childItem.ParentID.. childItem.ParentID parent.ID .ToList Recursively call the SetChildren method for each child. parent.Children .ForEach SetChildren..