System::Text::RegularExpressions::GroupCollection::operator[]-Methode

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

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](const String &name) const
ParameterTypBeschreibung
nameconst String&Group Name.

ReturnValue

Group with specified name.

Siehe auch

GroupCollection::operator method

Group accessor.

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

Siehe auch

GroupCollection::operator const method

Group accessor.

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

Siehe auch