The properties of System.Text.RegularExpressions.GroupCollection are listed below. For a list of all members, see the GroupCollection Members list.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Returns the number of groups in the collection. |
[read-only] | IsReadOnly | bool.
Gets a value that indicates whether the collection is read-only. |
[read-only] | IsSynchronized | bool.
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] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Text.RegularExpressions.GroupCollection. |