Class DictionaryBase
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.SpellChecker.Base
Assembly: Syncfusion.SpellChecker.Base.dll
Syntax
public abstract class DictionaryBase
Constructors
DictionaryBase()
Declaration
public DictionaryBase()
Properties
Culture
Gets or Sets the culture of a dictionary.
Declaration
public CultureInfo Culture { get; set; }
Property Value
Type |
---|
System.Globalization.CultureInfo |
Encoding
Declaration
public Encoding Encoding { get; set; }
Property Value
Type |
---|
System.Text.Encoding |
Methods
LoadDictionary()
Declaration
protected virtual bool LoadDictionary()
Returns
Type |
---|
System.Boolean |