'Declaration Function GetSuggestions( _ ByVal word As System.String, _ ByVal maxSuggestions As System.Integer _ ) As System.Collections.Generic.IEnumerable(Of String)
System.Collections.Generic.IEnumerable<string> GetSuggestions( System.string word, System.int maxSuggestions )
Parameters
- word
- Word to suggest alternatives for.
- maxSuggestions
- Maximum number of suggestions to provide.
Return Value
A list of suggestions for the word parameter.