Removes the element at the specified index of the RegExpMatchList.
Namespace: Facilita.NativeAssembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the element to remove.
Exceptions
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | index is less than 0. -or- index is greater than Count. |
Remarks
See Also