[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CharRange.-ctor

CharRange Constructor

CharRange(string, int, bool)

Initializes a new instance of a CharRange.

Declaration
public CharRange(string text, int start, bool duplicate)
Parameters
Type Name Description
string text

Text contained in the range.

int start

Starting index of the range within the text.

bool duplicate

Whether the range is misspelled or just a duplicate.