Group Class
NuGet: GHIElectronics.TinyCLR.RegularExpressions
Assembly: GHIElectronics.TinyCLR.RegularExpressions
Namespace: System.Text.RegularExpressions
Represents the results from a single capturing group.
public class Group : Capture
Properties
Success
public bool Success { get; }
Gets a value indicating whether the match was successful.
Methods
Synchronized(Group inner)
public static Group Synchronized(Group inner)
Returns a thread-safe wrapper around the specified group.
Returns Group