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

Initializes a new instance of the Hyphen class

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

Syntax

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

Parameters

dictFile
Type: System..::.String

[Missing <param name="dictFile"/> documentation for "M:NHunspell.Hyphen.#ctor(System.String)"]

See Also