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

Print() private method

private Print ( Context context, AST operand ) : System
context Context
operand AST
return System
      internal Print(Context context, AST operand)
        : base(context) {
        this.operand = (ASTList)operand;
        this.completion = new Completion();
      }