Class TomlArrayOfTables
Represents a TOML array of tables (e.g., [[table]]).
public class TomlArrayOfTables : TomlArray, IList<TomlToken>, ICollection<TomlToken>, IEnumerable<TomlToken>, IEnumerable
- Inheritance
-
TomlArrayOfTables
- Implements
- Inherited Members
Constructors
TomlArrayOfTables(TomlKey)
Initializes a new instance of TomlArrayOfTables with a fully qualified TomlKey.
public TomlArrayOfTables(TomlKey fullName)
Parameters
fullNameTomlKeyThe full dotted key identifying this array of tables.
TomlArrayOfTables(string)
Initializes a new instance of TomlArrayOfTables with a plain string key name.
public TomlArrayOfTables(string name)
Parameters
namestringThe string key name identifying this array of tables.
Methods
ToString()
public override string ToString()