C# 클래스 MichaelReukauff.Protobuf.ProtobufErrorTag

The error Tag to show the red squiggle line and hold the error message.
상속: ProtobufTokenTag
파일 보기 프로젝트 열기: mreu/ProtobufLanguageService 1 사용 예제들

공개 메소드들

메소드 설명
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