GroupCollection Class |
Namespace: System.Text.RegularExpressions
public class GroupCollection : ICollection, IEnumerable
The GroupCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | GroupCollection | Initializes a new instance of the GroupCollection class |
Name | Description | |
---|---|---|
![]() | CopyTo | Copies all the elements of the collection to the given array beginning at the given index. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator |
Provides an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of groups in the collection.
|
![]() | IsSynchronized | Gets a value that indicates whether access to the GroupCollection is synchronized (thread-safe). |
![]() | ItemInt32 |
Enables access to a member of the collection by integer index.
|
![]() | ItemString |
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. |