[This is preliminary documentation and is subject to change.]

Adds the word and the affix.

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public bool AddWithAffix(
	string word,
	string affix
)
Visual Basic (Declaration)
Public Function AddWithAffix ( _
	word As String, _
	affix As String _
) As Boolean
Visual C++
public:
bool AddWithAffix(
	String^ word, 
	String^ affix
)

Parameters

word
Type: System..::.String
The word.
affix
Type: System..::.String
The affix.

Return Value

[Missing <returns> documentation for "M:NHunspell.Hunspell.AddWithAffix(System.String,System.String)"]

See Also