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

Initializes a new instance of the Hunspell class.

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

Syntax

C#
public Hunspell(
	string affFile,
	string dictFile
)
Visual Basic (Declaration)
Public Sub New ( _
	affFile As String, _
	dictFile As String _
)
Visual C++
public:
Hunspell(
	String^ affFile, 
	String^ dictFile
)

Parameters

affFile
Type: System..::.String
The aff file.
dictFile
Type: System..::.String
The dict file.

See Also