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.NLQueryTokenType
startIdx
Type: SystemInt32
value
Type: SystemString
See Also

Reference