Microsoft.JScript.NumericBinary.NumericBinary C# (CSharp) Метод

NumericBinary() приватный Метод

private NumericBinary ( Context context, AST operand1, AST operand2, JSToken operatorTok ) : System
context Context
operand1 AST
operand2 AST
operatorTok JSToken
Результат System
      internal NumericBinary(Context context, AST operand1, AST operand2, JSToken operatorTok)
        : base(context, operand1, operand2, operatorTok) {
      }
      

Same methods

NumericBinary::NumericBinary ( int operatorTok ) : System