ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / Token Class / Token Constructor

In This Topic
    Token Constructor
    In This Topic
    Initializes a new instance of the Token.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startIndex As System.Integer, _
       ByVal length As System.Integer, _
       ByVal rule As BaseRule _
    )
    public Token( 
       System.int startIndex,
       System.int length,
       BaseRule rule
    )

    Parameters

    startIndex
    length
    rule
    See Also