Boo.BooLangService.HandleSmartIndentAction.HandleSmartIndentAction C# (CSharp) Метод

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

public HandleSmartIndentAction ( ISource source, IVsTextView view ) : Boo.BooLangService.BooLangService
source ISource
view IVsTextView
Результат Boo.BooLangService.BooLangService
        public HandleSmartIndentAction(ISource source, IVsTextView view)
        {
            this.view = view;
            this.indenter = new LineIndenter(source, view);
        }

Same methods

HandleSmartIndentAction::HandleSmartIndentAction ( IVsTextView view, ILineIndenter indenter ) : Boo.BooLangService.BooLangService
HandleSmartIndentAction