Initializes a new instance of the User
public UserDictionary();
public UserDictionary(string userDictionaryPath);
public UserDictionary(string[] dictionaryLines, System.Globalization.CultureInfo language);
Parameter | Description |
---|---|
user |
Specifies the path of the user dictionary file. Using the dictionary name without any file path, the corresponding dictionary file in the default dictionary folder is used. The name of the specified user dictionary file must end with ".txd". If the file does not exist, or if it is not valid, an Argument |
dictionary |
The string array that represents the content of a user dictionary file. Each string of the array IS considered as a line of the dictionary file. |
language | Specifies the language of the dictionary. |