What is the best way to identify, on a NFactory parsed tree, if the current class is actually inheriting (or not) from another class?
NRefactory parsed code - is class currently inheriting?
146 Views Asked by SF Developer At
1
What is the best way to identify, on a NFactory parsed tree, if the current class is actually inheriting (or not) from another class?
you should see if the parsed tree has any basetypes or not.