The CharRange type exposes the following members.

Constructors

  NameDescription
Public methodCharRange
Initializes a new instance of a CharRange.

Methods

  NameDescription
Public methodEquals
Determines whether this CharRange is equal to another.
(Overrides Object..::..Equals(Object).)
Public methodStatic memberExpandOverWhitespace
Extends a CharRange over whitespace.
Public methodGetHashCode
Serves as a hash function for the CharRange type.
(Overrides Object..::..GetHashCode()()()().)
Public methodStatic memberGetNextWord
Gets the next word in a string, starting from a given position.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetWordAt
Gets the word at a given position in the string.
Public methodStatic memberIsWordCharacter
Determines whether a character is spell-checkable.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDuplicate
Gets whether this CharRange contains the same string as the previous one.
Public propertyEnd
Gets the end index of the string represented by this CharRange.
Public propertyLength
Gets the length of the string represented by this CharRange.
Public propertyStart
Gets the starting index of the string represented by this CharRange within the text.
Public propertyText
Gets the string represented by this CharRange.

See Also