Synonyms Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Return the synonyms of a word.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: 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

See Also