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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| index | int | Group सूचकांक। |
ReturnValue
Group with specified index.
संबंधित देखें
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++
GroupCollection::idx_get(String) const method
Group accessor.
virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| name | String | Group नाम। |
ReturnValue
Group with specified name.
संबंधित देखें
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++