idx_get()
GroupCollection::idx_get(String) const method
Group accessor.
virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
Arguments
Parameter | Type | Description |
---|---|---|
name | String | Group name. |
Return Value
Group with specified name.
GroupCollection::idx_get(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Group index. |
Return Value
Group with specified index.
See Also
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Slides