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

NumericBinary() private method

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

Same methods

NumericBinary::NumericBinary ( int operatorTok ) : System