[Serializable] |
Captures | Read-only Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order (or innermost-rightmost-first order if the regular expression is modified with the RegexOptions.RightToLeft option). The collection may have zero or more items. |
Index (inherited from System.Text.RegularExpressions.Capture) |
Read-only See base class member description: System.Text.RegularExpressions.Capture.Index The position in the original string where the first character of the captured substring was found. |
Length (inherited from System.Text.RegularExpressions.Capture) |
Read-only See base class member description: System.Text.RegularExpressions.Capture.Length The length of the captured substring. |
Success | Read-only Gets a value indicating whether the match is successful. |
Value (inherited from System.Text.RegularExpressions.Capture) |
Read-only See base class member description: System.Text.RegularExpressions.Capture.Value Gets the captured substring from the input string. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
Synchronized | Returns a Group object equivalent to the one supplied that is safe to share between multiple threads. |
ToString (inherited from System.Text.RegularExpressions.Capture) |
See base class member description: System.Text.RegularExpressions.Capture.ToString Gets the captured substring from the input string. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public CaptureCollection Captures {get;}
|
public int Index {get;}
|
public int Length {get;}
|
public bool Success {get;}
|
public string Value {get;}
|
~Group(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
inner
public override string ToString(); |