System::Text::RegularExpressions::Match::AddCapture 方法

Match::AddCapture method

向匹配中添加捕获。

void System::Text::RegularExpressions::Match::AddCapture(const CapturePtr &item)
参数类型描述
const CapturePtr&要添加的项。

另见