CompilerOutputItem(ICompilationSource, Int32, Int32, Int32, Int32, Int32, Int32, String, String, Boolean) - конструктор
Пространство имён: Tessa.CompilationСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 ICompilationSource
-
- startLine Int32
-
- startColumn Int32
-
- endLine Int32
-
- endColumn Int32
-
- start Int32
-
- end Int32
-
- errorNumber String
-
- errorText String
-
- isWarning Boolean
-