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