CompilerOutputItem(ICompilationSource, Int32, Int32, Int32, Int32, Int32, Int32, String, String, Boolean) - конструктор |
Пространство имён:
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
)
Public Sub New (
source As ICompilationSource,
startLine As Integer,
startColumn As Integer,
endLine As Integer,
endColumn As Integer,
start As Integer,
end As Integer,
errorNumber As String,
errorText As String,
isWarning As Boolean
)
public:
CompilerOutputItem(
ICompilationSource^ source,
int startLine,
int startColumn,
int endLine,
int endColumn,
int start,
int end,
String^ errorNumber,
String^ errorText,
bool isWarning
)
new :
source : ICompilationSource *
startLine : int *
startColumn : int *
endLine : int *
endColumn : int *
start : int *
end : int *
errorNumber : string *
errorText : string *
isWarning : bool -> CompilerOutputItem
Параметры
- source
- Тип: Tessa.CompilationICompilationSource
- startLine
- Тип: SystemInt32
- startColumn
- Тип: SystemInt32
- endLine
- Тип: SystemInt32
- endColumn
- Тип: SystemInt32
- start
- Тип: SystemInt32
- end
- Тип: SystemInt32
- errorNumber
- Тип: SystemString
- errorText
- Тип: SystemString
- isWarning
- Тип: SystemBoolean
См. также