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)
[HostProtectionAttribute(SecurityAction.LinkDemand, Synchronization = true)] public 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: