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

Initializes a new instance of the SpellFactory class.

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

Syntax

C#
public SpellFactory(
	LanguageConfig config
)
Visual Basic (Declaration)
Public Sub New ( _
	config As LanguageConfig _
)
Visual C++
public:
SpellFactory(
	LanguageConfig^ config
)

Parameters

config
Type: NHunspell..::.LanguageConfig
The configuration of the language.

See Also