[This is preliminary documentation and is subject to change.]
Gets a value indicating whether the meanings are generated by word stemming.
Namespace:
NHunspellAssembly: 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 (); } |