'DeclarationPublic Function New( _ ByVal startIndex As Integer, _ ByVal endIndex As Integer _ )
'UsageDim startIndex As Integer Dim endIndex As Integer Dim instance As New SelectionRange(startIndex, endIndex)
public SelectionRange( int startIndex, int endIndex )
Parameters
- startIndex
- The start index to use.
- endIndex
- The end index to use.