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