Initializes a new instance of the
Token class
Namespace:
NReco.NLQuery
Assembly:
NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
public Token(
TokenType tokenType,
int startIdx,
string value
)
Public Sub New (
tokenType As TokenType,
startIdx As Integer,
value As String
)
public:
Token(
TokenType tokenType,
int startIdx,
String^ value
)
new :
tokenType : TokenType *
startIdx : int *
value : string -> Token
Parameters
- tokenType
- Type: NReco.NLQueryTokenType
- startIdx
- Type: SystemInt32
- value
- Type: SystemString
Reference