Group.Synchronized(Group) Método

Definição

Retorna um Group objeto equivalente àquele fornecido e que é seguro compartilhar entre vários 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

Parâmetros

inner
Group

O objeto Group de entrada.

Retornos

Group

Um objeto Group de expressão regular.

Exceções

inner é null.

Aplica-se a