GroupCollection()

GroupCollection::GroupCollection(const WeakPtr<Match>&) constructor

Constructor.

System::Text::RegularExpressions::GroupCollection::GroupCollection(const WeakPtr<Match> &match)

Arguments

ParameterTypeDescription
matchconst WeakPtr<Match>&Match to catch groups for.

See Also