'Declaration Public Overloads Function GetSuggestions( _ ByVal word As System.String _ ) As System.String()
public System.string[] GetSuggestions( System.string word )
Parameters
- word
- Word to suggest alternatives for.
Return Value
An array containing suggestions for the word parameter.