System::Text::RegularExpressions::GroupCollection::get_Item metodu

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
ParameterTypeAçıklama
nameconst String&Group adı.

ReturnValue

Group with specified name.

Ayrıca Bakınız

GroupCollection::get_Item(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
ParameterTypeAçıklama
indexintGroup dizini.

ReturnValue

Group with specified index.

Ayrıca Bakınız