blah blah blah is here! blah blah » Close

0
votes
0 answers

Recursively retrieving lists of objects

I have a tree that I am going through and am trying to recursively retrieve lists of objects and add them to a "master" list so to speak. Here's the line where I ask for the lists: [code]List<MyItem> items = GetRetractable ...

Feedback