Class that represents a character range within a string. This is used by the C1SpellChecker control to represent the spelling mistakes found in text.

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

Syntax

C#
public class CharRange : ICharRange
Visual Basic
Public Class CharRange _
	Implements ICharRange

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.SpellChecker..::..CharRange

See Also