System::Text::RegularExpressions::GroupCollection::idx_get metodu
GroupCollection::idx_get(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
| Parametre | Tür | Açıklama |
|---|---|---|
| index | int | Group dizini. |
ReturnValue
Group with specified index.
Ayrıca Bakınız
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++
GroupCollection::idx_get(String) const method
Group accessor.
virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
| Parametre | Tür | Açıklama |
|---|---|---|
| name | String | Group adı. |
ReturnValue
Group with specified name.
Ayrıca Bakınız
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++