Match.Synchronized(Match) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
.