The User
public class UserDictionary : Dictionary
Public Class UserDictionary
Inherits Dictionary
Constructor | Description |
---|---|
User |
Initializes a new instance of the User |
Method | Description |
---|---|
Add |
Adds a word to the user dictionary. |
Remove |
Removes all words from the user dictionary. |
Remove |
Removes a word the user dictionary. |
Save | Saves the complete content of the user dictionary in a file at the specified path or as a string array. |
To |
Converts all user dictionary entries to a string array. |
Property | Description |
---|---|
File |
Gets the name and path of the file that has been used to load this user dictionary or where it has been saved to. |
Is |
Gets or sets a value indicating whether the user dictionary is editable or not. |