Microsoft.JScript.Conditional.Conditional C# (CSharp) 메소드

Conditional() 개인적인 메소드

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