Adds a word to the dictionary.
public System.bool AddWord(
System.string
)
'Declaration
Public Function AddWord( _
ByVal As System.String _
) As System.Boolean
Parameters
- word
- Word to add to the dictionary.
Return Value
True if the word was added to the dictionary, false if it was already present.