Method AddWord
AddWord(Word)
Add a word to the dictionary
void AddWord(Word word)
Parameters
word
WordThe word to add to the dictionary
Exceptions
- ArgumentNullException
word
is null- ArgumentException
word
is length 0
Add a word to the dictionary
void AddWord(Word word)
word
WordThe word to add to the dictionary
word
is null
word
is length 0