Beispiel #1
0
 public static bool RequiresIntegralTypes(this BinaryOperatorKind op)
 {
     return(op.IsBitwise());
 }