public string ToString(bool IncludesBase) { return(TemplateParameter.ToString()); }
public sealed override string ToString() { return("this" + (FollowParameter != null ? (" " + FollowParameter.ToString()) : "")); }