System.Text.RegularExpressions.GroupCollection Members

The members of System.Text.RegularExpressions.GroupCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Returns the number of groups in the collection.

[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 System.Text.RegularExpressions.GroupCollection is synchronized (thread-safe).

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

Gets an object that can be used to synchronize access to the System.Text.RegularExpressions.GroupCollection.

Public Methods

CopyTo(Array, int)

Copies all the elements of the collection to the given array beginning at the given index.

GetEnumerator() : IEnumerator

Provides an enumerator that iterates through the collection.