C# Класс AvalonStudio.Languages.CSharp.IndentationReformatter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Init() публичный Метод

public Init ( ) : void
Результат void

Reformat() публичный Метод

public Reformat ( IDocumentAccessor doc, IndentationSettings set ) : void
doc IDocumentAccessor
set IndentationSettings
Результат void

Step() публичный Метод

public Step ( IDocumentAccessor doc, IndentationSettings set ) : void
doc IDocumentAccessor
set IndentationSettings
Результат void