System::Text::RegularExpressions::CaptureCollection::AddCapture method

CaptureCollection::AddCapture method

Service method to add capture into collection.

void System::Text::RegularExpressions::CaptureCollection::AddCapture(const CapturePtr &item)
ParameterTypeDescription
itemconst CapturePtr&Item to add.

See Also