Example #1
0
 public void PreprocessString(string Text, string FileName = "<unknown>")
 {
     var CPreprocessorInternal = new CPreprocessorInternal(FileName, Text, Context);
     CPreprocessorInternal.ParseFile();
 }
Example #2
0
        public void PreprocessString(string Text, string FileName = "<unknown>")
        {
            var CPreprocessorInternal = new CPreprocessorInternal(FileName, Text, Context);

            CPreprocessorInternal.ParseFile();
        }