C# Class EditorEngine.Core.Messaging.Messages.EditorReplaceMessage

Inheritance: Message
ファイルを表示 Open project: continuoustests/EditorEngine

Public Methods

Method Description
EditorReplaceMessage ( string content, GoTo start, GoTo end ) : System
Parse ( string argument ) : EditorReplaceMessage

Method Details

EditorReplaceMessage() public method

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

Parse() public static method

public static Parse ( string argument ) : EditorReplaceMessage
argument string
return EditorReplaceMessage