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