Represents the set of names appearing as capturing group names in a regular expression.
Object
MatchCollection
[Visual Basic] Public Class MatchCollection Implements ICollection, IEnumerable [C#] public class MatchCollection : ICollection, IEnumerable [C++] public __gc class MatchCollection : public ICollection, IEnumerable [JScript] public class MatchCollection implements ICollection, IEnumerable
The collection is immutable (read-only) and has no public constructor. Instances are returned via Regex.Matches.
Namespace: System.Text.RegularExpressions
Assembly: System.Text.RegularExpressions.dll
MatchCollection Members | System.Text.RegularExpressions Namespace