GroupCollection Class
Represents a collection of captured groups. GroupCollection returns the set of captured groups in a single match.
For a list of all members of this type, see GroupCollection Members.
System.Object
System.Text.RegularExpressions.GroupCollection
[Visual Basic] <Serializable> Public Class GroupCollection Implements ICollection, IEnumerable [C#] [Serializable] public class GroupCollection : ICollection, IEnumerable [C++] [Serializable] public __gc class GroupCollection : public ICollection, IEnumerable [JScript] public Serializable class GroupCollection implements ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The collection is immutable (read-only) and has no public constructor. Instances are returned in the collection returned by Groups
Requirements
Namespace: System.Text.RegularExpressions
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System (in System.dll)
See Also
GroupCollection Members | System.Text.RegularExpressions Namespace