AvalonStudio.Projects.CPlusPlus.CPlusPlusClassTemplateBase.WriteLine C# (CSharp) 메소드

WriteLine() 공개 메소드

Write text directly into the generated output
public WriteLine ( string textToAppend ) : void
textToAppend string
리턴 void
        public void WriteLine(string textToAppend)
        {
            this.Write(textToAppend);
            this.GenerationEnvironment.AppendLine();
            this.endsWithNewline = true;
        }
        /// <summary>