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