Runtime representation of a TOML table
public sealed class TomlTable : TomlObject, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
This object keep the order of the inserted key=values
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlTable()Creates an instance of a TomlTableTomlTable(Boolean)Creates an instance of TomlTable.