LexiconItem Constructor(Object,IPattern,MatchingSwitches)
In This Topic
Constructor.
Syntax
'Declaration
Public Function New( _
ByVal As Object, _
ByVal As IPattern, _
ByVal As MatchingSwitches _
)
public LexiconItem(
object ,
IPattern ,
MatchingSwitches
)
Parameters
- id
- The id.
- pattern
- The pattern.
- switches
- The switches.
See Also