Hunspell Remove Method
Removes the specified word.

Namespace: NHunspell
Assembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax
public bool Remove(
	string word
)

Parameters

word
Type: System String
The word.

Return Value

Type: Boolean
true if the word was successfully removed, otherwise false
Exceptions
ExceptionCondition
InvalidOperationException Dictionary is not loaded
See Also