Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / WildcardToken Structure / WildcardToken Constructor / WildcardToken Constructor(Char)
The token.


In This Topic
    WildcardToken Constructor(Char)
    In This Topic
    Initializes a new instance of the WildcardToken struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal token As Char _
    )
    'Usage
     
    
    Dim token As Char
     
    Dim instance As New WildcardToken(token)
    public WildcardToken( 
       char token
    )

    Parameters

    token
    The token.
    See Also