is there a possibiliy to to edit c# code (in a file) via a parser or something? I want to add a new property /method/ interface to the class automatically. Does something already exist?
thanks,
el
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a C# grammar for the Gold Parser (and .NET engines to process the tables), so that you may find what you need there.