[]
Removes a word from the dictionary.
public bool RemoveWord(string word)
| Type | Name | Description |
|---|---|---|
| string | word | Word to remove from the dictionary. |
| Type | Description |
|---|---|
| bool | True if the word was removed from the dictionary, false if it was not found. |