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