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

Inheritance: Message
Afficher le fichier Open project: continuoustests/EditorEngine

Méthodes publiques

Méthode Description
EditorReplaceMessage ( string content, GoTo start, GoTo end ) : System
Parse ( string argument ) : EditorReplaceMessage

Method Details

EditorReplaceMessage() public méthode

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

Parse() public static méthode

public static Parse ( string argument ) : EditorReplaceMessage
argument string
Résultat EditorReplaceMessage