Ejemplo n.º 1
0
 public DecoratorBuilder(string name)
 {
     this.functionOverloadBuilder = new FunctionOverloadBuilder(name);
 }
Ejemplo n.º 2
0
 public DecoratorBuilder(string name)
 {
     this.functionOverloadBuilder = new FunctionOverloadBuilder(name);
     this.attachableType          = LanguageConstants.Any;
 }