L
Lee Alexander
I want to find out all the namespaces for an assembly and convert them into
a tree that I can then traverse for use in an autocomplete popup. Now I
figure I can do it by running over all the exported types of the assembly
and getting the namespaces they are in but is there a better way???
Regards
Lee
a tree that I can then traverse for use in an autocomplete popup. Now I
figure I can do it by running over all the exported types of the assembly
and getting the namespaces they are in but is there a better way???
Regards
Lee