/// <summary> /// Returns the text representation of this instance. /// </summary> /// <returns></returns> public override string ToString() { var builder = new PatternBuilder(); AppendContentTo(builder); return builder.ToString(); }