TomlTableArray Class

Definition

Runtime representation of a TOML table array

public sealed class TomlTableArray : TomlObject, IList<TomlTable>, ICollection<TomlTable>, IEnumerable<TomlTable>, IEnumerable
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)

Methods (9)

Explicit Interface Implementation Methods (2)