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

Gets the hyphenation replacements.

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

Syntax

C#
public string[] HyphenationReplacements { get; }
Visual Basic (Declaration)
Public ReadOnly Property HyphenationReplacements As String()
Visual C++
public:
property array<String^>^ HyphenationReplacements {
	array<String^>^ get ();
}

Field Value

The hyphenation replacements.

See Also