Match.Synchronized Method (Match)
.NET Framework (current version)
Returns a Match instance equivalent to the one supplied that is suitable to share between multiple threads.
Assembly: System (in System.dll)
[<HostProtectionAttribute(SecurityAction.LinkDemand, Synchronization = true)>] static member Synchronized : inner:Match -> Match
Parameters
- inner
-
Type:
System.Text.RegularExpressions.Match
A regular expression match equivalent to the one expected.
Return Value
Type: System.Text.RegularExpressions.MatchA regular expression match that is suitable to share between multiple threads.
| Exception | Condition |
|---|---|
| ArgumentNullException | inner is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: