[]
Gets an array containing suggestions for a misspelled word.
public string[] GetSuggestions(string word, int maxCount)
| Type | Name | Description |
|---|---|---|
| string | word | Word to suggest alternatives for. |
| int | maxCount | Maximum number of suggestions to provide. |
| Type | Description |
|---|---|
| string[] | An array containing suggestions for the |
Gets an array containing suggestions for a misspelled word.
public string[] GetSuggestions(string word)
| Type | Name | Description |
|---|---|---|
| string | word | Word to suggest alternatives for. |
| Type | Description |
|---|---|
| string[] | An array containing suggestions for the |