Group.Synchronized(Group) Méthode

Définition

Retourne un Group objet équivalent à celui fourni qui est sûr à partager entre plusieurs threads.

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

Paramètres

inner
Group

Objet d’entrée Group .

Retours

Objet d’expression Group régulière.

Exceptions

inner a la valeur null.

S’applique à