Pihrtsoft.Text.RegularExpressions.Linq.PatternBuilder.AppendLineAndIndent C# (CSharp) Метод

AppendLineAndIndent() приватный Метод

private AppendLineAndIndent ( ) : void
Результат void
        private void AppendLineAndIndent()
        {
            AppendLine();
            _sb.Append(' ', _indentLevel * Settings.IndentSize);
        }