Beispiel #1
0
 // Convert a CodeDom to source code, and output the generated code and the line number mappings (if any)
 public virtual SourceUnit GenerateSourceCode(System.CodeDom.CodeObject codeDom, string path, SourceCodeKind kind)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public static void ValidateIdentifiers(System.CodeDom.CodeObject e)
 {
 }
Beispiel #3
0
 public override SourceUnit GenerateSourceCode(System.CodeDom.CodeObject codeDom, string path, SourceCodeKind kind)
 {
     return(base.GenerateSourceCode(codeDom, path, kind));
 }
Beispiel #4
0
 // Convert a CodeDom to source code, and output the generated code and the line number mappings (if any)
 public virtual SourceUnit GenerateSourceCode(System.CodeDom.CodeObject codeDom)
 {
     throw new NotImplementedException();
 }