C# Класс MichaelReukauff.Protobuf.ProtobufErrorTag

The error Tag to show the red squiggle line and hold the error message.
Наследование: ProtobufTokenTag
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProtobufErrorTag ( string message ) : Lexer

Initializes a new instance of the ProtobufErrorTag class.

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

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

Initializes a new instance of the ProtobufErrorTag class.
public ProtobufErrorTag ( string message ) : Lexer
message string /// The message. ///
Результат Lexer