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

Inheritance: Message
Afficher le fichier Open project: continuoustests/EditorEngine Class Usage Examples

Méthodes publiques

Méthode Description
EditorInsertMessage ( string text, GoTo destination, Position offset ) : System
Parse ( string argument ) : EditorInsertMessage

Method Details

EditorInsertMessage() public méthode

public EditorInsertMessage ( string text, GoTo destination, Position offset ) : System
text string
destination EditorEngine.Core.Arguments.GoTo
offset Position
Résultat System

Parse() public static méthode

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