System::Text::RegularExpressions::GroupCollection::idx_get-Methode

GroupCollection::idx_get(int) const method

Group accessor.

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

ReturnValue

Group with specified index.

Siehe auch

GroupCollection::idx_get(String) const method

Group accessor.

virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
ParameterTypBeschreibung
nameStringGroup Name.

ReturnValue

Group with specified name.

Siehe auch