Boo.BooLangService.BooViewFilter.HandleSmartIndent C# (CSharp) 메소드

HandleSmartIndent() 공개 메소드

public HandleSmartIndent ( ) : bool
리턴 bool
        public override bool HandleSmartIndent()
        {
            return new HandleSmartIndentAction((ISource)Source, TextView)
                .Execute();
        }