Match.Synchronized(Match) Método

Definição

Retorna uma Match instância equivalente à fornecida que é segura para compartilhar entre vários threads.

public:
 static System::Text::RegularExpressions::Match ^ Synchronized(System::Text::RegularExpressions::Match ^ inner);
public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner);
static member Synchronized : System.Text.RegularExpressions.Match -> System.Text.RegularExpressions.Match
Public Shared Function Synchronized (inner As Match) As Match

Parâmetros

inner
Match

O objeto de entrada Match .

Retornos

Um objeto de expressão Match regular.

Exceções

inner é null.

Aplica-se a