The properties of the MatchCollection class are listed below. For a complete list of MatchCollection class members, see the MatchCollection Members topic.
Count | Returns the number of captures. |
IsReadOnly | [To be supplied.] |
IsSynchronized | [To be supplied.] |
Item | Returns the ith Match in the collection.
In C#, this member is the indexer for the MatchCollection class. |
SyncRoot | [To be supplied.] |
MatchCollection Class | System.Text.RegularExpressions Namespace