Group.Synchronized(Group) Method
Definition
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
inner
is null
.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.