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

Initializes a new instance of the ThesMeaning class.

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

Syntax

C#
public ThesMeaning(
	string description,
	List<string> synonyms
)
Visual Basic (Declaration)
Public Sub New ( _
	description As String, _
	synonyms As List(Of String) _
)
Visual C++
public:
ThesMeaning(
	String^ description, 
	List<String^>^ synonyms
)

Parameters

description
Type: System..::.String
The meaning description.
synonyms
Type: System.Collections.Generic..::.List<(Of <(String>)>)
The synonyms for this meaning.

See Also