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

Gets a value indicating whether the meanings are generated by word stemming.

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

Syntax

C#
public bool IsGenerated { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsGenerated As Boolean
Visual C++
public:
property bool IsGenerated {
	bool get ();
}

Field Value

true if the meanings are generated by word stemming; otherwise, false.

See Also