DARK__FOXX
Member
- Joined
- Sep 2, 2020
- Messages
- 16
- Programming Experience
- Beginner
Hi,
I follow this walkthrough to build a Tree from a List in NET (link) and I don't understand this line:
I search on Web if there is a correspondence in VB.NET but I didn't find.
If not, how can I create a tree from a list?
I follow this walkthrough to build a Tree from a List in NET (link) and I don't understand this line:
IList<Category> topLevelCategories = TreeHelper.ConvertToForest(GetListFromDatabase());
I search on Web if there is a correspondence in VB.NET but I didn't find.
If not, how can I create a tree from a list?