The CharRange type exposes the following members.

Constructors

  Name Description
Public method CharRange
Initializes a new instance of a CharRange.

Methods

  Name Description
Public method Equals
Determines whether this CharRange is equal to another.
(Overrides Object..::..Equals(Object).)
Public method Static member ExpandOverWhitespace
Extends a CharRange over whitespace.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for the CharRange type.
(Overrides Object..::..GetHashCode()()()().)
Public method Static member GetNextWord
Gets the next word in a string, starting from a given position.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Static member GetWordAt
Gets the word at a given position in the string.
Public method Static member IsWordCharacter
Determines whether a character is spell-checkable.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Duplicate
Gets whether this CharRange contains the same string as the previous one.
Public property End
Gets the end index of the string represented by this CharRange.
Public property Length
Gets the length of the string represented by this CharRange.
Public property Start
Gets the starting index of the string represented by this CharRange within the text.
Public property Text
Gets the string represented by this CharRange.

See Also