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