C# 클래스 JustEnoughVi.Command

파일 보기 프로젝트 열기: hifi/monodevelop-justenoughvi 1 사용 예제들

공개 메소드들

메소드 설명
RunCommand ( int count, char arg ) : Mode

보호된 메소드들

메소드 설명
Command ( TextEditorData editor ) : System
Dispatch ( object command ) : bool
Run ( ) : void

메소드 상세

Command() 보호된 메소드

protected Command ( TextEditorData editor ) : System
editor Mono.TextEditor.TextEditorData
리턴 System

Dispatch() 보호된 메소드

protected Dispatch ( object command ) : bool
command object
리턴 bool

Run() 보호된 추상적인 메소드

protected abstract Run ( ) : void
리턴 void

RunCommand() 공개 메소드

public RunCommand ( int count, char arg ) : Mode
count int
arg char
리턴 Mode