Exemplo n.º 1
0
 public void Visit(TomlLocalDateTime ldt)
 => this.table[this.currentKey] = ldt.Value;
Exemplo n.º 2
0
 public void Visit(TomlLocalDateTime ldt)
 => this.Item = ldt.Value;