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

상속: Message
파일 보기 프로젝트 열기: continuoustests/EditorEngine

공개 메소드들

메소드 설명
EditorReplaceMessage ( string content, GoTo start, GoTo end ) : System
Parse ( string argument ) : EditorReplaceMessage

메소드 상세

EditorReplaceMessage() 공개 메소드

public EditorReplaceMessage ( string content, GoTo start, GoTo end ) : System
content string
start EditorEngine.Core.Arguments.GoTo
end EditorEngine.Core.Arguments.GoTo
리턴 System

Parse() 공개 정적인 메소드

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