CompilerOutputItem(ICompilationSource, Int32, Int32, Int32, Int32, Int32, Int32, String, String, Boolean) - конструктор

Инициализирует новый экземпляр класса CompilerOutputItem

Definition

Пространство имён: Tessa.Compilation
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public CompilerOutputItem(
	ICompilationSource source,
	int startLine,
	int startColumn,
	int endLine,
	int endColumn,
	int start,
	int end,
	string errorNumber,
	string errorText,
	bool isWarning
)

Параметры

source  ICompilationSource
 
startLine  Int32
 
startColumn  Int32
 
endLine  Int32
 
endColumn  Int32
 
start  Int32
 
end  Int32
 
errorNumber  String
 
errorText  String
 
isWarning  Boolean
 

См. также