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

Lookups synonyms for the specified word.

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

Syntax

C#
public ThesResult Lookup(
	string word
)
Visual Basic (Declaration)
Public Function Lookup ( _
	word As String _
) As ThesResult
Visual C++
public:
ThesResult^ Lookup(
	String^ word
)

Parameters

word
Type: System..::.String
The word.

Return Value

list of synonyms

See Also