public virtual object InPlaceBitwiseOr(object self, object other) { return(Ops.BitwiseOr(self, other)); }
public static object OperatorOr(object a, object b) { return(Ops.BitwiseOr(a, b)); }