Group.Synchronized(Group) Method

Definition

Returns a Group object equivalent to the one supplied that is safe to share between multiple threads.

public:
 static System::Text::RegularExpressions::Group ^ Synchronized(System::Text::RegularExpressions::Group ^ inner);
public static System.Text.RegularExpressions.Group Synchronized (System.Text.RegularExpressions.Group inner);
static member Synchronized : System.Text.RegularExpressions.Group -> System.Text.RegularExpressions.Group
Public Shared Function Synchronized (inner As Group) As Group

Parameters

inner
Group

The input Group object.

Returns

A regular expression Group object.

Exceptions

inner is null.

Applies to