[This is preliminary documentation and is subject to change.]
Gets the meanings.
Namespace:
NHunspellAssembly: 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 (); } |