operator [] method

TFieldDef operator [](
  1. int index
)

Implementation

TFieldDef operator [](int index) => getItem(index) as TFieldDef;