예제 #1
0
            public Formatter CommentLine(String text)
            {
                if (!Sw.HasWhiteLine)
                {
                    Sw.AppendLine();
                }

                Sw.Append("// ");
                Sw.AppendLine(text);
                return(this);
            }