C# 클래스 EditorEngine.Core.Messaging.Messages.EditorInsertMessage

상속: Message
파일 보기 프로젝트 열기: continuoustests/EditorEngine 1 사용 예제들

공개 메소드들

메소드 설명
EditorInsertMessage ( string text, GoTo destination, Position offset ) : System
Parse ( string argument ) : EditorInsertMessage

메소드 상세

EditorInsertMessage() 공개 메소드

public EditorInsertMessage ( string text, GoTo destination, Position offset ) : System
text string
destination EditorEngine.Core.Arguments.GoTo
offset Position
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string argument ) : EditorInsertMessage
argument string
리턴 EditorInsertMessage