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

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

public HandleSmartIndent ( ) : bool
Результат bool
        public override bool HandleSmartIndent()
        {
            return new HandleSmartIndentAction((ISource)Source, TextView)
                .Execute();
        }