C# Класс CoolCompiler.CompilerError

Показать файл Открыть проект

Открытые методы

Метод Описание
CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System

Описание методов

CompilerError() публичный Метод

public CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System
number int
line int
columnStart int
columnStop int
Результат System