Для изменения размера нажмите или перетащите

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

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

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

Параметры

source
Тип: Tessa.CompilationICompilationSource
startLine
Тип: SystemInt32
startColumn
Тип: SystemInt32
endLine
Тип: SystemInt32
endColumn
Тип: SystemInt32
start
Тип: SystemInt32
end
Тип: SystemInt32
errorNumber
Тип: SystemString
errorText
Тип: SystemString
isWarning
Тип: SystemBoolean
См. также