Ejemplo n.º 1
0
 void ITomlObjectVisitor.Visit(TomlDuration ts) => this.table[this.currentKey] = ts.Value;
Ejemplo n.º 2
0
 public void Visit(TomlDuration ts) => this.Item = ts.Value;