Group.Synchronized(Group) Método
Definição
Retorna um Group objeto equivalente àquele fornecido e que é seguro compartilhar entre vários threads.Returns a Group object equivalent to the one supplied that is safe to share between multiple 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
Retornos
Um objeto Group de expressão regular.A regular expression Group object.
Exceções
inner é null.inner is null.