[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.WordList

WordList Class

Keyed list of words to ignore while spell-checking.

Inheritance
WordList
Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public class WordList : KeyedCollection<int, string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Public Class WordList
    Inherits KeyedCollection(Of Integer, String)
    Implements IList(Of String), ICollection(Of String), IList, ICollection, IReadOnlyList(Of String), IReadOnlyCollection(Of String), IEnumerable(Of 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.