Microsoft.R.Core.Utility.AstWriter.Indent C# (CSharp) 메소드

Indent() 개인적인 메소드

private Indent ( ) : void
리턴 void
        private void Indent() {
            _sb.Append(' ', _indent * 4);
        }
    }