How to get all types in the assembly inside a macro attribute of kind MacroTargets.Assembly in Nemerle?
Enumerate all types in an assembly inside a macro
195 Views Asked by Liviu At
2
How to get all types in the assembly inside a macro attribute of kind MacroTargets.Assembly in Nemerle?
The name tree contains all of the types. You can traverse and filter it yourself or you can call its
GetTypeBuildersmethod.