System.Text.RegularExpressions.CaptureCollection: Property Members

The properties of System.Text.RegularExpressions.CaptureCollection are listed below. For a list of all members, see the CaptureCollection Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of substrings captured by the group.

[read-only]
IsReadOnlybool.

Gets a value that indicates whether the collection is read only.

[read-only]
IsSynchronizedbool.

Gets a value that indicates whether access to the collection is synchronized (thread-safe).

[read-only]
default property
Item(int)Capture. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the collection.