Metodo System::Text::RegularExpressions::GroupCollection::get_Item

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
ParametroTipoDescrizione
nameconst String&Group nome.

ReturnValue

Group with specified name.

Vedi anche

GroupCollection::get_Item(int) const method

Group accessor.

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

ReturnValue

Group with specified index.

Vedi anche