System::Text::RegularExpressions::GroupCollection::idx_get metod

GroupCollection::idx_get(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
ParameterTypeBeskrivning
indexintGroup index.

ReturnValue

Group with specified index.

Se även

GroupCollection::idx_get(String) const method

Group accessor.

virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
ParameterTypeBeskrivning
nameStringGroup namn.

ReturnValue

Group with specified name.

Se även