Метод System::Text::RegularExpressions::GroupCollection::operator[] method

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

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](const String &name) const
ПараметрТипОписание
nameconst String&Group имя.

ReturnValue

Group with specified name.

См. также

GroupCollection::operator method

Group accessor.

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

См. также

GroupCollection::operator const method

Group accessor.

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

См. также