internal TokenNode(TokenNode original) : base(original) { this.ValueProvider = original.ValueProvider; this.Format = original.Format; }