示例#1
0
 public DecoratorBuilder(string name)
 {
     this.functionOverloadBuilder = new FunctionOverloadBuilder(name);
 }
示例#2
0
 public DecoratorBuilder(string name)
 {
     this.functionOverloadBuilder = new FunctionOverloadBuilder(name);
     this.attachableType          = LanguageConstants.Any;
 }