Match.Synchronized(Match) Méthode

Définition

Retourne une instance de Match équivalente à celle qui est fournie, dont le partage entre plusieurs threads est possible.

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

Paramètres

inner
Match

Correspondance d'expression régulière équivalente à celle attendue.

Retours

Correspondance d'expression régulière pouvant être partagée entre plusieurs threads.

Exceptions

inner a la valeur null.

S’applique à