Adds an item to the RegExpMatchList.
Namespace: Facilita.NativeAssembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add( RegExpMatch x )
Parameters
- x
- Type: Facilita.Native RegExpMatch
The object to add to the RegExpMatchList.
Exceptions
Exception | Condition |
---|---|
System NotSupportedException | The RegExpMatchList is read-only. -or- The RegExpMatchList has a fixed size. |
See Also