Initializes a new instance of a CharRange.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public CharRange(
	string text,
	int start,
	bool duplicate
)
Visual Basic
Public Sub New ( _
	text As String, _
	start As Integer, _
	duplicate As Boolean _
)

Parameters

text
Type: System..::..String
Text contained in the range.
start
Type: System..::..Int32
Starting index of the range within the text.
duplicate
Type: System..::..Boolean
Whether the range is misspelled or just a duplicate.

See Also