AvalonStudio.Languages.CSharp.IndentationReformatter.Block.Indent C# (CSharp) Method

Indent() public method

public Indent ( IndentationSettings set ) : void
set IndentationSettings
return void
            public void Indent(IndentationSettings set)
            {
                Indent(set.IndentString);
            }

Same methods

IndentationReformatter.Block::Indent ( string indentationString ) : void
IndentationReformatter.Block