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

入力 Match オブジェクト。

返品

正規表現 Match オブジェクト。

例外

innernullです。

適用対象