[]
Initializes a new instance of a CharRange.
public CharRange(string text, int start, bool duplicate)
Type | Name | Description |
---|---|---|
string | text | Text contained in the range. |
int | start | Starting index of the range within the text. |
bool | duplicate | Whether the range is misspelled or just a duplicate. |