Метод System::Text::RegularExpressions::GroupCollection::operator[] method
GroupCollection::operator[](const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](const String &name) const
| Параметр | Тип | Описание |
|---|---|---|
| name | const String& | Group имя. |
ReturnValue
Group with specified name.
См. также
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++
GroupCollection::operator method
Group accessor.
vector_t::reference System::Collections::Generic::List<GroupPtr>::operator[](int index)
См. также
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++
GroupCollection::operator const method
Group accessor.
vector_t::const_reference System::Collections::Generic::List<GroupPtr>::operator[](int index) const
См. также
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++