Exemplo n.º 1
0
 public OverloadGenerator(string overloadName, TargetMethodCall targetCall, string summary)
 {
     this.summary      = summary;
     this.overloadName = overloadName;
     this.objectName   = overloadName;           // default to this! though not always applicable
     this.targetCall   = targetCall;
 }
 public OverloadGenerator(string overloadName, TargetMethodCall targetCall)
 {
     this.overloadName = overloadName;
     this.targetCall   = targetCall;
 }