예제 #1
0
 public static bool IsOperator(this ButtonType enumValue)
 {
     return(enumValue.IsBinaryOperator() || enumValue.IsUnaryOperator());
 }