'Declaration
Public Function New( _ ByVal startPosition As Integer, _ ByVal length As Integer, _ ByVal matchText As String _ )
'Usage
Dim startPosition As Integer Dim length As Integer Dim matchText As String Dim instance As New MatchLocation(startPosition, length, matchText)
Parameters
- startPosition
- The start position of the match
- length
- The length of the match
- matchText
- The text that was matched