[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.Token.-ctor

Token Constructor

Token(object, TKID, TKTYPE)

Initializes a new instance of the Token class.

Declaration
public Token(object value, TKID id, TKTYPE type)
Parameters
Type Name Description
object value

The value of token.

TKID id

The token identifier.

TKTYPE type

The token type.