AvalonStudio.Projects.CPlusPlus.CPlusPlusClassHeaderTemplateBase.WriteLine C# (CSharp) Méthode

WriteLine() public méthode

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