RegExpMatchList Constructor C# API
Overload List

  NameDescription
Public methodRegExpMatchList 
Initializes a new instance of the RegExpMatchList class that is empty and has the default initial capacity.
Public methodRegExpMatchList(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.
Public methodRegExpMatchList(Int32)
Initializes a new instance of the RegExpMatchList class that is empty and has the specified initial capacity.
Public methodRegExpMatchList(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.
Public methodRegExpMatchList(IntPtr, Boolean)
For internal use only. Of no interest to the user.
Back to Top
See Also