System::Text::RegularExpressions::GroupCollection::get_Item method
GroupCollection::get_Item(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
Parameter | Type | Description |
---|---|---|
index | int | Group index. |
ReturnValue
Group with specified index.
See Also
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.PUB for C++
GroupCollection::get_Item(const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
Parameter | Type | Description |
---|---|---|
name | const String& | Group name. |
ReturnValue
Group with specified name.
See Also
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.PUB for C++