operator [] method

SchemaObject operator [](
  1. int index
)

Implementation

SchemaObject operator [](int index) => _schema[index];