Spread WinForms 15
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)

Parameters

token
The token.
See Also