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