System.RegularExpressions.TGroupCollection.operator []
C++
TGroup operator[](const int Index) { return this->Item[Index]; }
TGroup operator[](const System::String Index) { return GetItem(Index); };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.RegularExpressions.hpp | System.RegularExpressions | TGroupCollection |
Description
Embarcadero Technologies does not currently have any additional information.