CaptureCollection Class
Represents a sequence of capture substrings. CaptureCollection returns the set of captures done by a single capturing group.
For a list of all members of this type, see CaptureCollection Members.
System.Object
System.Text.RegularExpressions.CaptureCollection
[Visual Basic] <Serializable> Public Class CaptureCollection Implements ICollection, IEnumerable [C#] [Serializable] public class CaptureCollection : ICollection, IEnumerable [C++] [Serializable] public __gc class CaptureCollection : public ICollection, IEnumerable [JScript] public Serializable class CaptureCollection 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 Captures collection.
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
CaptureCollection Members | System.Text.RegularExpressions Namespace