[]
Adds a new CharRange to the list.
public void Add(string word, int start, bool duplicate)
| Type | Name | Description |
|---|---|---|
| string | word | Word to add to the list. |
| int | start | Starting index of the character range within the text. |
| bool | duplicate | Whether the range is a duplicate of the previous range in the text. |