Match.Synchronized(Match) 메서드

정의

Match 여러 스레드 간에 공유하는 데 적합한 제공된 인스턴스와 동일한 인스턴스를 반환합니다.

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

매개 변수

inner
Match

정규식은 예상한 것과 동일합니다.

반품

여러 스레드 간에 공유하는 데 적합한 정규식 일치입니다.

예외

innernull입니다.

적용 대상