get_Item()

GroupCollection::get_Item(int) const method

Group accessor.

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

Arguments

ParameterTypeDescription
indexintGroup index.

Return Value

Group with specified index.

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const

Arguments

ParameterTypeDescription
nameconst String&Group name.

Return Value

Group with specified name.

See Also