C# Class ARCed.Scripting.SearchResult

Represents a script search result
Inheritance: System.Windows.Forms.ListViewItem
Datei anzeigen Open project: borisblizzard/arcreator

Public Methods

Method Description
SearchResult ( Script script, string scriptTitle, int lineNumber, string lineText ) : System.Globalization

Constructs a new instance

Method Details

SearchResult() public method

Constructs a new instance
public SearchResult ( Script script, string scriptTitle, int lineNumber, string lineText ) : System.Globalization
script Script The the result is found in
scriptTitle string Title of the script
lineNumber int The line number the in the script the result is found on
lineText string The text of the line
return System.Globalization