CompilerOutputItem(String, String, Boolean) - конструктор |
Пространство имён:
Tessa.Compilation
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
- errorText
- Тип: SystemString
- isWarning
- Тип: SystemBoolean
См. также