English Dictionary
Define "dictionary".
Using this feature is very simple! Just use the Nettify.EnglishDictionary
namespace in any piece of code you want to use the feature, as in: using Nettify.EnglishDictionary;
Just use the DictionaryManager
class that contains:
GetWordInfo(string)
GetWordInfoAsync(string)
You can then use the resulting array to iterate through possible words and get the values from them.
Last updated