System::Text::RegularExpressions::GroupCollection::get_Item metode

GroupCollection::get_Item(const String&) const method

Group accessor.

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

ReturnValue

Group with specified name.

Lihat Juga

GroupCollection::get_Item(int) const method

Group accessor.

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

ReturnValue

Group with specified index.

Lihat Juga