Runtime representation of a TOML array
public sealed class TomlArray : TomlObject, IList<object?>, ICollection<object?>, IEnumerable<object?>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlArray()Initializes a new empty TOML array.TomlArray(Int32)Initializes a new TOML array with the specified capacity.