System.Text.RegularExpressions.Match.Synchronized Method

Returns a System.Text.RegularExpressions.Match instance equivalent to the one supplied that is suitable to share between multiple threads.

Syntax

[System.MonoTODO("not thread-safe")]
public static Match Synchronized (Match inner)

Parameters

inner
A regular expression match equivalent to the one expected.

Returns

A regular expression match that is suitable to share between multiple threads.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0