c# - How could I export class information and turn it into a syntax helper from a closed application? -
i'm coding in application has built in editor , module available internal use, doesn't allow me reference in visual studio , code outside environment.
what best way export class information within documentation import vs , use syntax helper?
i thought of using reflection , write in xml, there better way?
Comments
Post a Comment