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