RegExpMatchList PropertiesC# API
The RegExpMatchList type exposes the following members.
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