C# Class ARCed.Scripting.SearchResult

Represents a script search result
Inheritance: System.Windows.Forms.ListViewItem
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

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

Constructs a new instance

Method Details

SearchResult() public méthode

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
Résultat System.Globalization