TextRangeList Methods |
The TextRangeList type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Append |
Adds a text range to the end of collection.
|
|
|
Clear |
Removes all elements from the collection.
|
|
|
Equals | (Overrides Object Equals(Object) .) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert |
Inserts a Portion into the collection at the specified index.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|