[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.WordDictionary

WordDictionary Class

Dictionary of words and their replacements.

Inheritance
WordDictionary
Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public class WordDictionary : Dictionary<string, string>, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IDictionary, ICollection, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable, ISerializable, IDeserializationCallback

Constructors

Name Description
WordDictionary()