public override INIterator<char[]> GetSuggestions( System.char[] chars, System.int startIndex, System.int endIndex )
Parameters
- chars
- The char array the word is part of.
- startIndex
- The inclusive start char index of the word.
- endIndex
- The inclusive end char index of the word.