The RegExpMatchList type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
RegExpMatchList |
Initializes a new instance of the RegExpMatchList class that is empty and has the default initial capacity.
| |
RegExpMatchList(ICollection) |
Initializes a new instance of the RegExpMatchList class that contains elements copied from the specified ICollection and that has the same initial capacity as the number of elements copied.
| |
RegExpMatchList(Int32) |
Initializes a new instance of the RegExpMatchList class that is empty and has the specified initial capacity.
| |
RegExpMatchList(RegExpMatchList) |
Initializes a new instance of the RegExpMatchList class that contains elements copied from the specified collection and that has the same initial capacity as the number of elements copied.
| |
RegExpMatchList(IntPtr, Boolean) |
For internal use only. Of no interest to the user.
|
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 | Releases all resources used by the RegExpMatchList | |
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.) |
Properties
Name | Description | |
---|---|---|
Capacity |
Gets or sets the total number of elements the internal data structure can hold without resizing.
| |
Count |
Gets the number of elements contained in the RegExpMatchList.
| |
IsFixedSize |
Gets a value that indicates whether the RegExpMatchList has a fixed size.
| |
IsReadOnly |
Gets a value that indicates whether the RegExpMatchList is read-only.
| |
IsSynchronized |
Gets a value that indicates whether access to the RegExpMatchList is synchronized (thread safe).
| |
Item |
Gets or sets the element at the specified index.
|
See Also