C# Class MichaelReukauff.Protobuf.ProtobufTokenTag

The normal Tag to classify the protobuf.
Inheritance: ITag
ファイルを表示 Open project: mreu/ProtobufLanguageService

Public Methods

Method Description
ProtobufTokenTag ( CodeType type ) : Lexer

Initializes a new instance of the ProtobufTokenTag class.

Method Details

ProtobufTokenTag() public method

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