public new static string Format(Expression expression) { AdvantageFormatter formatter = new AdvantageFormatter(); formatter.Visit(expression); return(formatter.ToString()); }
public override string Format(Expression expression) { return(AdvantageFormatter.Format(expression)); }