Microsoft.Languages.Core.Formatting.IndentBuilder.GetIndentString C# (CSharp) 메소드

GetIndentString() 공개 메소드

public GetIndentString ( int size ) : string
size int
리턴 string
        public string GetIndentString(int size) {
            return GetIndentString(size, IndentType, TabSize);
        }

Same methods

IndentBuilder::GetIndentString ( int size, IndentType indentType, int tabSize ) : string