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