Group.Synchronized(Group) Method (System.Text.RegularExpressions) (original) (raw)

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Returns

A regular expression Group object.

Exceptions

Applies to