Table of Contents

Class TomlArrayOfTables

Namespace
RStein.TOML
Assembly
RStein.TOML.dll

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

fullName TomlKey

The 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

name string

The string key name identifying this array of tables.

Methods

ToString()

public override string ToString()

Returns

string