Microsoft.Languages.Core.Formatting.IndentBuilder.GetIndentString C# (CSharp) Method

GetIndentString() public method

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

Same methods

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