Microsoft.JScript.BitwiseBinary.BitwiseBinary C# (CSharp) Method

BitwiseBinary() private method

private BitwiseBinary ( Context context, AST operand1, AST operand2, JSToken operatorTok ) : System
context Context
operand1 AST
operand2 AST
operatorTok JSToken
return System
      internal BitwiseBinary(Context context, AST operand1, AST operand2, JSToken operatorTok)
        : base(context, operand1, operand2, operatorTok) {
      }
      

Same methods

BitwiseBinary::BitwiseBinary ( int operatorTok ) : System