[Visual Basic] Public Class Group Inherits Capture [C#] public class Group : Capture [C++] public __gc class Group : public Capture [JScript] public class Group extends Capture
Group inherits from Capture so that the last substring captured can be accessed directly. (That is, the Group instance itself is equivalent to Group.Captures.Item[Captures.Size- 1].)
Namespace: System.Text.RegularExpressions
Assembly: System.Text.RegularExpressions.dll
[Visual Basic]