[]
Adds a word to the dictionary.
public bool AddWord(string word)
Public Function AddWord(word As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | word | Word to add to the dictionary. |
| Type | Description |
|---|---|
| bool | True if the word was added to the dictionary, false if it was already present. |