Метод | Описание | |
---|---|---|
Init ( ) : void | ||
Reformat ( IDocumentAccessor doc, IndentationSettings set ) : void | ||
Step ( IDocumentAccessor doc, IndentationSettings set ) : void |
Метод | Описание | |
---|---|---|
IsSingleStatementKeyword ( string keyword ) : bool | ||
Repeat ( string text, int count ) : string | ||
TrimEnd ( IDocumentAccessor doc ) : bool |
public Reformat ( IDocumentAccessor doc, IndentationSettings set ) : void | ||
doc | IDocumentAccessor | |
set | IndentationSettings | |
Результат | void |
public Step ( IDocumentAccessor doc, IndentationSettings set ) : void | ||
doc | IDocumentAccessor | |
set | IndentationSettings | |
Результат | void |