AvalonStudio.Languages.CSharp.IndentationReformatter.Block.Indent C# (CSharp) 메소드

Indent() 공개 메소드

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

Same methods

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