System::Text::RegularExpressions::GroupCollection::get_Item मेथड

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
पैरामीटरप्रकारविवरण
nameconst String&Group नाम।

ReturnValue

Group with specified name.

संबंधित देखें

GroupCollection::get_Item(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
पैरामीटरप्रकारविवरण
indexintGroup सूचकांक।

ReturnValue

Group with specified index.

संबंधित देखें