C# Class MichaelReukauff.Protobuf.ProtobufErrorTag

The error Tag to show the red squiggle line and hold the error message.
Inheritance: ProtobufTokenTag
Afficher le fichier Open project: mreu/ProtobufLanguageService Class Usage Examples

Méthodes publiques

Méthode Description
ProtobufErrorTag ( string message ) : Lexer

Initializes a new instance of the ProtobufErrorTag class.

Method Details

ProtobufErrorTag() public méthode

Initializes a new instance of the ProtobufErrorTag class.
public ProtobufErrorTag ( string message ) : Lexer
message string /// The message. ///
Résultat Lexer