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

Gets the SpellFactory with the specified language.

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

Syntax

C#
public SpellFactory this[
	string language
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	language As String _
) As SpellFactory
Visual C++
public:
property SpellFactory^ default[String^ language] {
	SpellFactory^ get (String^ language);
}

Parameters

language
Type: System..::.String

Field Value

the language

See Also