
Hi, all.
I have the class on С# (body) that is in correct state.
How can I parse its body to have the corresponding nodes(properties, methods, constructors) via SyntaxEditor? I need to delete, rename, edit these language items hereafter(generally by name).
What samples should I investigate?
Thanks in advance.
I have the class on С# (body) that is in correct state.
How can I parse its body to have the corresponding nodes(properties, methods, constructors) via SyntaxEditor? I need to delete, rename, edit these language items hereafter(generally by name).
What samples should I investigate?
Thanks in advance.