Taal

Match.Synchronized(Match) Methode

Definitie

Retourneert een Match exemplaar dat gelijk is aan het exemplaar dat veilig is om te delen tussen meerdere threads.

public:
 static System::Text::RegularExpressions::Match ^ Synchronized(System::Text::RegularExpressions::Match ^ inner);
public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner);
static member Synchronized : System.Text.RegularExpressions.Match -> System.Text.RegularExpressions.Match
Public Shared Function Synchronized (inner As Match) As Match

Parameters

inner
Match

Het invoerobject Match .

Retouren

Een reguliere expressieobject Match .

Uitzonderingen

inner is null.

Van toepassing op