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