C# 클래스 ARCed.Scripting.SearchResult

Represents a script search result
상속: System.Windows.Forms.ListViewItem
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
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