System.Beacon.Components.TBeaconRegionCollection.operator []
C++
TBeaconRegionItem* operator[](int Index) { return this->Items[Index]; }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Beacon.Components.hpp | System.Beacon.Components | TBeaconRegionCollection |
Description
Operator [] returns the item at the position specified by Index
in Items.