System.Text.RegularExpressions.MatchCollection Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of matches.

[read-only]
IsReadOnlybool.

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

[read-only]
IsSynchronizedbool.

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

[read-only]
default property
Item(int)Match. 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.

Public Methods

CopyTo(Array, int)

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

GetEnumerator() : IEnumerator

Provides an enumerator that iterates through the collection.