public Formatter CommentLine(String text) { if (!Sw.HasWhiteLine) { Sw.AppendLine(); } Sw.Append("// "); Sw.AppendLine(text); return(this); }