[This is preliminary documentation and is subject to change.]
Gets the synonyms of the meaning.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public List<string> Synonyms { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Synonyms As List(Of String) |
| Visual C++ |
|---|
public: property List<String^>^ Synonyms { List<String^>^ get (); } |