Langage

Match.Synchronized(Match) Méthode

Définition

Retourne une Match instance équivalente à celle fournie qui est sûre à partager entre plusieurs 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

Paramètres

inner
Match

Objet d’entrée Match .

Retours

Objet d’expression Match régulière.

Exceptions

inner a la valeur null.

S’applique à