Class GrammarDictionaryBase
Represents a class that is used to load dictionary and generate list of words.
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.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class GrammarDictionaryBase : GrammarDictionaryBase
Constructors
GrammarDictionaryBase()
Declaration
public GrammarDictionaryBase()
Properties
DictionaryPath
Gets or sets the dictionary path.
Declaration
public string DictionaryPath { get; set; }
Property Value
Type |
---|
System.String |
GrammarPath
Gets or Sets the grammar path.
Declaration
public string GrammarPath { get; set; }
Property Value
Type |
---|
System.String |