예제 #1
0
 void ITomlObjectVisitor.Visit(TomlFloat f) => this.table[this.currentKey] = f.Value;
예제 #2
0
 public void Visit(TomlFloat f) => this.Item = f.Value;