The RegExpMatchList type exposes the following members.
Back to Top
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