| Hunspell Suggest Method |
Gets a list of suggestions for the specified (misspelled) word.
Namespace: NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax public List<string> Suggest(
string word
)
Public Function Suggest (
word As String
) As List(Of String)
public:
List<String^>^ Suggest(
String^ word
)
member Suggest :
word : string -> List<string>
Parameters
- word
- Type: System String
The word.
Return Value
Type: List
String
The list of suggestions
See Also