Group.Synchronized(Group) Methode

Definition

Gibt ein Group Objekt zurück, das dem bereitgestellten Objekt entspricht, das sicher zwischen mehreren Threads freigegeben werden kann.

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

Parameter

inner
Group

Das Eingabeobjekt Group .

Gibt zurück

Ein reguläres Ausdrucksobjekt Group .

Ausnahmen

inner ist null.

Gilt für: