The CharRange type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether this CharRange is equal to another.
(Overrides Object..::..Equals(Object).) | |
| ExpandOverWhitespace |
Extends a CharRange over whitespace.
| |
| GetHashCode |
Serves as a hash function for the CharRange type.
(Overrides Object..::..GetHashCode()()()().) | |
| GetNextWord |
Gets the next word in a string, starting from a given position.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetWordAt |
Gets the word at a given position in the string.
| |
| IsWordCharacter |
Determines whether a character is spell-checkable.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Duplicate |
Gets whether this CharRange contains the same string as the previous one.
| |
| End |
Gets the end index of the string represented by this CharRange.
| |
| Length |
Gets the length of the string represented by this CharRange.
| |
| Start |
Gets the starting index of the string represented by this CharRange within the text.
| |
| Text |
Gets the string represented by this CharRange.
|