Token Constructor

NReco.NLQuery Class Library Documentation
Initializes a new instance of the Token class

Namespace:  NReco.NLQuery
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public Token(
	TokenType tokenType,
	int startIdx,
	string value
)

Parameters

tokenType
Type: NReco.NLQuery.TokenType
startIdx
Type: System.Int32
value
Type: System.String
See Also

Reference