AvalonStudio.TextEditor.Indentation.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