C# Класс ARCed.Scripting.SearchResult

Represents a script search result
Наследование: System.Windows.Forms.ListViewItem
Показать файл Открыть проект

Открытые методы

Метод Описание
SearchResult ( Script script, string scriptTitle, int lineNumber, string lineText ) : System.Globalization

Constructs a new instance

Описание методов

SearchResult() публичный Метод

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
Результат System.Globalization