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です。

適用対象