Pihrtsoft.Text.RegularExpressions.Linq.PatternBuilder.AppendLineAndIndent C# (CSharp) Méthode

AppendLineAndIndent() private méthode

private AppendLineAndIndent ( ) : void
Résultat void
        private void AppendLineAndIndent()
        {
            AppendLine();
            _sb.Append(' ', _indentLevel * Settings.IndentSize);
        }