Metodo 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
| Parametro | Tipo | Descrizione |
|---|---|---|
| index | int | Group indice. |
ReturnValue
Group with specified index.
Vedi anche
- 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
| Parametro | Tipo | Descrizione |
|---|---|---|
| name | String | Group nome. |
ReturnValue
Group with specified name.
Vedi anche
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++