コード例 #1
0
 public virtual object InPlaceBitwiseOr(object self, object other)
 {
     return(Ops.BitwiseOr(self, other));
 }
コード例 #2
0
 public static object OperatorOr(object a, object b)
 {
     return(Ops.BitwiseOr(a, b));
 }