System::Text::RegularExpressions::GroupCollection::operator[] method

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

Group accessor.

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

ReturnValue

Group with specified name.

See Also

GroupCollection::operator method

Group accessor.

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

See Also

GroupCollection::operator const method

Group accessor.

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

See Also