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

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

Public Methods

Method Description
EditorGoToMessage ( string file, int line, int column, string window ) : System

Method Details

EditorGoToMessage() public method

public EditorGoToMessage ( string file, int line, int column, string window ) : System
file string
line int
column int
window string
return System