The RegExpMatchList type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the RegExpMatchList.
| |
| AddRange |
Adds the elements of the specified collection to the end of the RegExpMatchList.
| |
| CopyTo( RegExpMatch ) |
Copies the elements of the RegExpMatchList to an Array.
| |
| CopyTo( RegExpMatch , Int32) |
Copies the elements of the RegExpMatchList to an Array, starting at a particular Array index.
| |
| CopyTo(Int32, RegExpMatch , Int32, Int32) |
Copies a range of elements from the RegExpMatchList to a compatible one-dimensional array, starting at the specified index of the target array.
| |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) | |
| getCPtr |
For internal use only. Of no interest to the user.
| |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRange |
Creates a shallow copy of a range of elements in the source RegExpMatchList.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert |
Inserts an element into the RegExpMatchList at the specified index.
| |
| InsertRange |
Inserts the elements of a collection into the RegExpMatchList 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 RegExpMatchList.
| |
| RemoveRange |
Removes a range of elements from the RegExpMatchList.
| |
| Repeat |
Returns a RegExpMatchList whose elements are copies of the specified value.
| |
| Reverse |
Reverses the order of the elements in the entire RegExpMatchList.
| |
| Reverse(Int32, Int32) |
Reverses the order of the elements in the specified range.
| |
| SetRange |
Copies the elements of a collection over a range of elements in the RegExpMatchList.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also