C# 클래스 JustEnoughVi.DeleteCommand

상속: Command
파일 보기 프로젝트 열기: hifi/monodevelop-justenoughvi

보호된 프로퍼티들

프로퍼티 타입 설명
_selector Func

공개 메소드들

메소드 설명
DeleteCommand ( TextEditorData editor, Func selector, char enclosingChar ) : System
DeleteCommand ( TextEditorData editor, Func selector, char openingChar, char closingChar ) : System

보호된 메소드들

메소드 설명
DeleteRange ( CommandRange range ) : void
Run ( ) : void

메소드 상세

DeleteCommand() 공개 메소드

public DeleteCommand ( TextEditorData editor, Func selector, char enclosingChar ) : System
editor Mono.TextEditor.TextEditorData
selector Func
enclosingChar char
리턴 System

DeleteCommand() 공개 메소드

public DeleteCommand ( TextEditorData editor, Func selector, char openingChar, char closingChar ) : System
editor Mono.TextEditor.TextEditorData
selector Func
openingChar char
closingChar char
리턴 System

DeleteRange() 보호된 메소드

protected DeleteRange ( CommandRange range ) : void
range CommandRange
리턴 void

Run() 보호된 메소드

protected Run ( ) : void
리턴 void

프로퍼티 상세

_selector 보호되어 있는 프로퍼티

protected Func _selector
리턴 Func