System::Text::RegularExpressions::CaptureCollection::Remove 方法

CaptureCollection::Remove method

禁用集合修订。

bool System::Text::RegularExpressions::CaptureCollection::Remove(const CapturePtr &item) override
参数类型描述
const CapturePtr&要删除的项目;已忽略。

ReturnValue

始终返回 false。

另见