Return the synonyms of a word.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public string[] Synonyms( string word ) |
| Visual Basic |
|---|
Public Function Synonyms ( _ word As String _ ) As String() |
| Visual C++ |
|---|
public: array<String^>^ Synonyms( String^ word ) |
Parameters
- word
- Type: System..::..String