Removes a word from the dictionary.
public System.bool RemoveWord(
System.string
)
'Declaration
Public Function RemoveWord( _
ByVal As System.String _
) As System.Boolean
Parameters
- word
- Word to remove from the dictionary.
Return Value
True if the word was removed from the dictionary, false if it was not found.