TomlTable Class

Definition

Runtime representation of a TOML table

public sealed class TomlTable : TomlObject, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable

Remarks

This object keep the order of the inserted key=values

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (2)

Properties (5)

Methods (6)

Explicit Interface Implementation Methods (6)