[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.WordList

WordList Class

Keyed list of words to ignore while spell-checking.

Inheritance
WordList
Namespace: C1.Win.C1SpellChecker
Assembly: C1.Win.C1SpellChecker.4.8.dll
Syntax
public class WordList : KeyedCollection<int, string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable

Methods

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.