예제 #1
0
 public ConstructorDefinitionBuilder(MethodDefinitionHelper helper)
 {
     this.helper = helper;
 }
예제 #2
0
 public FunctionDefinitionBuilder(MethodDefinitionHelper helper)
 {
     this.helper = helper;
 }