예제 #1
0
 public ParametersBuilder(CodeBuilder Context)
 {
     this.Context = Context;
     this.Context.Builder.Append("(");
 }
예제 #2
0
 public ParametersBuilder(CodeBuilder Context)
 {
     this.Context = Context;
     this.Context.Builder.Append("(");
 }
예제 #3
0
 public BlockBuilder(CodeBuilder Context)
 {
     this.Context = Context;
     this.Context.WriteLine("{");
     this.Context.Indent++;
 }
예제 #4
0
 public BlockBuilder(CodeBuilder Context)
 {
     this.Context = Context;
     this.Context.WriteLine("{");
     this.Context.Indent++;
 }