Metodo System::Text::RegularExpressions::GroupCollection::idx_get

GroupCollection::idx_get(int) const method

Group accessor.

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

ReturnValue

Group with specified index.

Vedi anche

GroupCollection::idx_get(String) const method

Group accessor.

virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
ParametroTipoDescrizione
nameStringGroup nome.

ReturnValue

Group with specified name.

Vedi anche