Group.Synchronized(Group) 方法

定义

返回一个与提供的对象等效的 Group 对象,在多个线程间共享该对象是安全的。

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

参数

inner
Group

输入 Group 对象。

返回

Group

一个正则表达式 Group 对象。

例外

innernull

适用于