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

Gets the meanings.

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

Syntax

C#
public List<ThesMeaning> Meanings { get; }
Visual Basic (Declaration)
Public ReadOnly Property Meanings As List(Of ThesMeaning)
Visual C++
public:
property List<ThesMeaning^>^ Meanings {
	List<ThesMeaning^>^ get ();
}

Field Value

The meanings.

See Also