Group.Synchronized(Group) Método

Definição

Devolve um Group objeto equivalente ao fornecido que é seguro para partilhar entre múltiplos 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 de entrada Group .

Devoluções

Um objeto de expressão Group regular.

Exceções

inner é null.

Aplica-se a