Beispiel #1
0
 public InstanceMethodOp op_Addition(InstanceMethodOp other)
 {
     Flag.Set(123);
     return(new InstanceMethodOp(this._value * other._value));
 }
Beispiel #2
0
 public InstanceMethodOp op_Addition(InstanceMethodOp other) {
     Flag.Set(123);
     return new InstanceMethodOp(this._value * other._value);
 }