Group.Synchronized 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);
Parameters
inner
Group

The input Group object.

Returns

A regular expression Group object.

Exceptions

inner is null.