CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / Token Class / Type Property

In This Topic
    Type Property
    In This Topic
    Gets a token type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As TKTYPE
    public TKTYPE Type {get;}
    See Also