​
​
​

Initializes a new instance of the MisspelledWord class with the specified starting position and length.

MisspelledWord(Int, Int)

​public MisspelledWord(int start, int length);
​Public Sub New(start As Integer, length As Integer)

Parameters

Parameter Description
start Specifies the starting position of the misspelled word. It is a one-based index of the word's first character.
length Specifies the length of the misspelled word.
​