Overload List
Name | Description | |
---|---|---|
RegExpMatchList |
Initializes a new instance of the RegExpMatchList class that is empty and has the default initial capacity.
| |
RegExpMatchList(ICollection) |
Initializes a new instance of the RegExpMatchList class that contains elements copied from the specified ICollection and that has the same initial capacity as the number of elements copied.
| |
RegExpMatchList(Int32) |
Initializes a new instance of the RegExpMatchList class that is empty and has the specified initial capacity.
| |
RegExpMatchList(RegExpMatchList) |
Initializes a new instance of the RegExpMatchList class that contains elements copied from the specified collection and that has the same initial capacity as the number of elements copied.
| |
RegExpMatchList(IntPtr, Boolean) |
For internal use only. Of no interest to the user.
|
See Also