Ejemplo n.º 1
0
 public static bool RequiresNumericTypes(this BinaryOperatorKind op)
 {
     return(op.IsArithmetic() || op.IsLogical() || op.IsComparison());
 }