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

GroupCollection::idx_get(int) const method

Group accessor.

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

ReturnValue

Group with specified index.

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

GroupCollection::idx_get(String) const method

Group accessor.

virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
पैरामीटरप्रकारविवरण
nameStringGroup नाम।

ReturnValue

Group with specified name.

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