MatchCollection Properties
.NET Framework (current version)
Namespace:
System.Text.RegularExpressions
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of matches. |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read only. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() | Item(Int32) | Gets an individual member of the collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Show:
