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

Initializes a new instance of the MyThes class.

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

Syntax

C#
public MyThes(
	string idxFile,
	string datFile
)
Visual Basic (Declaration)
Public Sub New ( _
	idxFile As String, _
	datFile As String _
)
Visual C++
public:
MyThes(
	String^ idxFile, 
	String^ datFile
)

Parameters

idxFile
Type: System..::.String
The index file.
datFile
Type: System..::.String
The data file.

See Also