コード例 #1
0
 public static BinaryWithWrongParamOp op_Division(BinaryWithWrongParamOp self, BinaryWithWrongParamOp other1, BinaryWithWrongParamOp other2)
 {
     return(null);
 }
コード例 #2
0
ファイル: operators.cs プロジェクト: jxnmaomao/ironruby
 public static BinaryWithWrongParamOp op_Division(BinaryWithWrongParamOp self, BinaryWithWrongParamOp other1, BinaryWithWrongParamOp other2) {
     return null;
 }
コード例 #3
0
 public static BinaryWithWrongParamOp op_Addition(BinaryWithWrongParamOp self)
 {
     return(null);
 }
コード例 #4
0
ファイル: operators.cs プロジェクト: jxnmaomao/ironruby
 public static BinaryWithWrongParamOp op_Addition(BinaryWithWrongParamOp self) {
     return null;
 }