Group::Synchronized Method (Group^)

 

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

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

public:
[HostProtectionAttribute(SecurityAction::LinkDemand, Synchronization = true)]
static Group^ Synchronized(
	Group^ inner
)

Parameters

inner
Type: System.Text.RegularExpressions::Group^

The input Group object.

Return Value

Type: System.Text.RegularExpressions::Group^

A regular expression Group object.

Exception Condition
ArgumentNullException

inner is null.

.NET Framework
Available since 1.1
Return to top
Show: