IndexList constructor

IndexList(
  1. dynamic table
)

Implementation

IndexList(table) : super([table]);