UltimateSpell Class Library

Speller Constructor

Initializes a new instance of the Speller class without specifying a dictionary file.

Overload List

Initializes a new instance of the Speller class without specifying a dictionary file.

public Speller();

Initializes a new instance of the Speller class by specifying a dictionary file.

public Speller(string);

Initializes a new instance of the Speller class by specifying a dictionary file.

public Speller(string,string);

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace