RegExpMatchList MethodsC# API
The RegExpMatchList type exposes the following members.
Methods

  NameDescription
Public methodAdd
Adds an item to the RegExpMatchList.
Public methodAddRange
Adds the elements of the specified collection to the end of the RegExpMatchList.
Public methodCopyTo( RegExpMatch )
Copies the elements of the RegExpMatchList to an Array.
Public methodCopyTo( RegExpMatch , Int32)
Copies the elements of the RegExpMatchList to an Array, starting at a particular Array index.
Public methodCopyTo(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.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic membergetCPtr
For internal use only. Of no interest to the user.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRange
Creates a shallow copy of a range of elements in the source RegExpMatchList.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts an element into the RegExpMatchList at the specified index.
Public methodInsertRange
Inserts the elements of a collection into the RegExpMatchList at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAt
Removes the element at the specified index of the RegExpMatchList.
Public methodRemoveRange
Removes a range of elements from the RegExpMatchList.
Public methodStatic memberRepeat
Returns a RegExpMatchList whose elements are copies of the specified value.
Public methodReverse 
Reverses the order of the elements in the entire RegExpMatchList.
Public methodReverse(Int32, Int32)
Reverses the order of the elements in the specified range.
Public methodSetRange
Copies the elements of a collection over a range of elements in the RegExpMatchList.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Back to Top
See Also