C# Class MichaelReukauff.Protobuf.ProtobufTokenTag

The normal Tag to classify the protobuf.
Inheritance: ITag
Afficher le fichier Open project: mreu/ProtobufLanguageService

Méthodes publiques

Méthode Description
ProtobufTokenTag ( CodeType type ) : Lexer

Initializes a new instance of the ProtobufTokenTag class.

Method Details

ProtobufTokenTag() public méthode

Initializes a new instance of the ProtobufTokenTag class.
public ProtobufTokenTag ( CodeType type ) : Lexer
type CodeType /// The type. ///
Résultat Lexer