Class SpellCheckDictionary
The spell check dictionary.
Inheritance
System.Object
SpellCheckDictionary
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.SpellChecker
Assembly: Syncfusion.EJ2.SpellChecker.dll
Syntax
public class SpellCheckDictionary
Constructors
SpellCheckDictionary(DictionaryData)
Initializes a new instance of the SpellCheckDictionary class using the specified dictionary data.
Declaration
public SpellCheckDictionary(DictionaryData item)
Parameters
Type | Name | Description |
---|---|---|
DictionaryData | item | The dictionary data value |
Methods
Finalize()
Finalizes an instance of the SpellCheckDictionary class.
Declaration
protected void Finalize()