Méthode System::Text::RegularExpressions::GroupCollection::operator[]

GroupCollection::operator[](const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](const String &name) const
ParamètreTypeDescription
nameconst String&Nom Group.

ReturnValue

Group with specified name.

Voir aussi

GroupCollection::operator method

Group accessor.

vector_t::reference System::Collections::Generic::List<GroupPtr>::operator[](int index)

Voir aussi

GroupCollection::operator const method

Group accessor.

vector_t::const_reference System::Collections::Generic::List<GroupPtr>::operator[](int index) const

Voir aussi