System::Text::RegularExpressions::GroupCollection::get_Item metod

GroupCollection::get_Item(const String&) const method

Group accessor.

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

ReturnValue

Group with specified name.

Se även

GroupCollection::get_Item(int) const method

Group accessor.

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

ReturnValue

Group with specified index.

Se även