Method AddWord
AddWord(Word)
Add a word to the dictionary
void AddWord(Word word)
Parameters
wordWordThe word to add to the dictionary
Exceptions
- ArgumentNullException
wordis null- ArgumentException
wordis 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