AjTalk.Compilers.SourceWriter.WriteLine C# (CSharp) Méthode

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void
        public void WriteLine()
        {
            this.WriteIndent();
            this.writer.WriteLine();
            this.isNewLine = true;
        }

Same methods

SourceWriter::WriteLine ( string text ) : void