RegExpMatchList Add Method C# API
Adds an item to the RegExpMatchList.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Add(
	RegExpMatch x
)
Exceptions

ExceptionCondition
System NotSupportedExceptionThe RegExpMatchList is read-only.
-or-
The RegExpMatchList has a fixed size.
See Also