C# Класс Boo.BooLangService.HandleSmartIndentAction

Показать файл Открыть проект

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

Метод Описание
Execute ( ) : bool
HandleSmartIndentAction ( ISource source, IVsTextView view ) : Boo.BooLangService.BooLangService
HandleSmartIndentAction ( IVsTextView view, ILineIndenter indenter ) : Boo.BooLangService.BooLangService

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

Execute() публичный метод

public Execute ( ) : bool
Результат bool

HandleSmartIndentAction() публичный метод

public HandleSmartIndentAction ( ISource source, IVsTextView view ) : Boo.BooLangService.BooLangService
source ISource
view IVsTextView
Результат Boo.BooLangService.BooLangService

HandleSmartIndentAction() публичный метод

public HandleSmartIndentAction ( IVsTextView view, ILineIndenter indenter ) : Boo.BooLangService.BooLangService
view IVsTextView
indenter ILineIndenter
Результат Boo.BooLangService.BooLangService