CompilerOutputItem(String, String, Boolean) - конструктор
Пространство имён: Tessa.CompilationСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public CompilerOutputItem(
string errorNumber,
string errorText,
bool isWarning
)
Public Sub New (
errorNumber As String,
errorText As String,
isWarning As Boolean
)
public:
CompilerOutputItem(
String^ errorNumber,
String^ errorText,
bool isWarning
)
new :
errorNumber : string *
errorText : string *
isWarning : bool -> CompilerOutputItem
Параметры
- errorNumber String
-
- errorText String
-
- isWarning Boolean
-