[]
Keyed list of words to ignore while spell-checking.
public class WordList : KeyedCollection<int, string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
| Name | Description |
|---|---|
| ClearItems() | Removes all elements from the list. |
| GetKeyForItem(string) | Obtains a key for the given element. |
| InsertItem(int, string) | Inserts a word into the list at the specified index. |
| RemoveItem(int) | Removes the word at the specified index from the collection. |