RegExpMatchList MembersC# API

The RegExpMatchList type exposes the following members.
Constructors

  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
Methods

  NameDescription
Public methodAdd
Adds an item to the RegExpMatchList.
Public methodAddRange
Adds the elements of the specified collection to the end of the RegExpMatchList.
Public methodCopyTo( RegExpMatch )
Copies the elements of the RegExpMatchList to an Array.
Public methodCopyTo( RegExpMatch , Int32)
Copies the elements of the RegExpMatchList to an Array, starting at a particular Array index.
Public methodCopyTo(Int32,  RegExpMatch , Int32, Int32)
Copies a range of elements from the RegExpMatchList to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodDispose
Releases all resources used by the RegExpMatchList
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic membergetCPtr
For internal use only. Of no interest to the user.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRange
Creates a shallow copy of a range of elements in the source RegExpMatchList.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts an element into the RegExpMatchList at the specified index.
Public methodInsertRange
Inserts the elements of a collection into the RegExpMatchList at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAt
Removes the element at the specified index of the RegExpMatchList.
Public methodRemoveRange
Removes a range of elements from the RegExpMatchList.
Public methodStatic memberRepeat
Returns a RegExpMatchList whose elements are copies of the specified value.
Public methodReverse 
Reverses the order of the elements in the entire RegExpMatchList.
Public methodReverse(Int32, Int32)
Reverses the order of the elements in the specified range.
Public methodSetRange
Copies the elements of a collection over a range of elements in the RegExpMatchList.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
Public propertyCount
Gets the number of elements contained in the RegExpMatchList.
Public propertyIsFixedSize
Gets a value that indicates whether the RegExpMatchList has a fixed size.
Public propertyIsReadOnly
Gets a value that indicates whether the RegExpMatchList is read-only.
Public propertyIsSynchronized
Gets a value that indicates whether access to the RegExpMatchList is synchronized (thread safe).
Public propertyItem
Gets or sets the element at the specified index.
Back to Top
See Also