TomlArrayTable constructor

TomlArrayTable(
  1. TomlKey name
)

Creates a new TOML array table.

Implementation

TomlArrayTable(TomlKey name) : super(name);