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

Conditional() private method

private Conditional ( Context context, AST condition, AST operand1, AST operand2 ) : System
context Context
condition AST
operand1 AST
operand2 AST
return System
      internal Conditional(Context context, AST condition, AST operand1, AST operand2)
        : base(context) {
        this.condition = condition;
        this.operand1 = operand1;
        this.operand2 = operand2;
      }