votes
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 ...
