Initializes a new instance of the RegExpMatchList class that is empty and has the default initial capacity.
Namespace: Facilita.NativeAssembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Remarks
If the size of the collection can be estimated, specifying the initial capacity eliminates the need to perform a number of resizing operations while adding elements to the RegExpMatchList.
This constructor is an O(1) operation.
See Also