Method AddWord
AddWord(string)
public void AddWord(string word)
Parameters
wordstring
AddWord(Word)
Add a word to the dictionary
public void AddWord(Word word)
Parameters
wordWordThe word to add to the dictionary
Exceptions
- ArgumentNullException
wordis null- ArgumentException
wordis length 0