The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Group::Synchronized Method (Group^)
.NET Framework (current version)
Returns a Group object equivalent to the one supplied that is safe to share between multiple threads.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | inner is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: