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

Initializes a new instance of the ThesResult class.

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

Syntax

C#
public ThesResult(
	List<ThesMeaning> meanings,
	bool generatedByStem
)
Visual Basic (Declaration)
Public Sub New ( _
	meanings As List(Of ThesMeaning), _
	generatedByStem As Boolean _
)
Visual C++
public:
ThesResult(
	List<ThesMeaning^>^ meanings, 
	bool generatedByStem
)

Parameters

meanings
Type: System.Collections.Generic..::.List<(Of <(ThesMeaning>)>)
The meanings.
generatedByStem
Type: System..::.Boolean
if set to true, the meanings are generated by word stemming.

See Also