Group.Synchronized(Group) Methode

Definitie

Retourneert een Group object dat gelijk is aan het object dat veilig is om te delen tussen meerdere 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

Parameters

inner
Group

Het invoerobject Group .

Retouren

Een reguliere expressieobject Group .

Uitzonderingen

inner is null.

Van toepassing op