ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.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 Integer, _
       ByVal length As Integer, _
       ByVal rule As BaseRule _
    )
    public Token( 
       int startIndex,
       int length,
       BaseRule rule
    )

    Parameters

    startIndex
    length
    rule
    See Also