System::Text::RegularExpressions::GroupCollection::get_Item method

GroupCollection::get_Item(int) const method

Group accessor.

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

ReturnValue

Group with specified index.

See Also

GroupCollection::get_Item(const String&) const method

Group accessor.

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

ReturnValue

Group with specified name.

See Also