TomlArray Class

Definition

Runtime representation of a TOML array

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

Constructors (2)

Properties (3)

Methods (9)

Explicit Interface Implementation Methods (2)