English Dictionary
Define "dictionary".
The English Dictionary is a list of English words and their definitions, as well as other information, such as synonyms, antonyms, examples, and others.
Usage
If you want to get a definition of a word, use the DictionaryManager class from the Nettify.EnglishDictionary namespace.
Functions
Function
Description
GetWordInfo()
Gets a word info
GetWordInfoAsync()
Gets a word info asynchronously
You can then use the resulting array to iterate through possible words and get the values from them.
If you're going to use this feature on web projects or in situations that require you to use the asynchronous version, use the GetWordInfoAsync() function.
Last updated