Boo.BooLangService.BooViewFilter.HandleSmartIndent C# (CSharp) Méthode

HandleSmartIndent() public méthode

public HandleSmartIndent ( ) : bool
Résultat bool
        public override bool HandleSmartIndent()
        {
            return new HandleSmartIndentAction((ISource)Source, TextView)
                .Execute();
        }