Click here to Skip to main content
15,895,011 members

Comments by nanu146 (Top 2 by date)

nanu146 27-Dec-15 23:38pm View    
sorry for my bad naming practice, I will surely take care of my Naming conventions. Since, you seems to have an idea on this subject, can you please give me a rough logic of how to iterate through this structure. I thoroughly know how to iterate if I were using c++ using pointer concept, but I came to know that though pointer are available in c# it is not advisable, since CLR cannot create pointers to mannaged structures. Thanks for you time and support.
nanu146 27-Dec-15 23:29pm View    
those contains list of menu elements sorted in a specific order,and this has to be represented in Tree by using Node class, Every myclass property value has data for one path of a whole tree, there would be many iterations of this property, with same entry node and different lateral nodes, thus making it tree structure