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