C# 클래스 ICSharpCode.TextEditor.Actions.ToggleLineComment

상속: ICSharpCode.TextEditor.Actions.AbstractEditAction
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

공개 메소드들

메소드 설명
Execute ( TextArea textArea ) : void Executes this edit action

비공개 메소드들

메소드 설명
RemoveCommentAt ( IDocument document, string comment, ISelection selection, int y1, int y2 ) : void
SetCommentAt ( IDocument document, string comment, ISelection selection, int y1, int y2 ) : void
ShouldComment ( IDocument document, string comment, ISelection selection, int startLine, int endLine ) : bool

메소드 상세

Execute() 공개 메소드

Executes this edit action
public Execute ( TextArea textArea ) : void
textArea TextArea The which is used for callback purposes
리턴 void