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.
|
|
|
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.) |
|
|
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.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString |
Returns a string that represents the current object. (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.
|