コード例 #1
0
 void ITomlObjectVisitor.Visit(TomlBool b) => this.table[this.currentKey] = b.Value;
コード例 #2
0
 public void Visit(TomlBool b) => this.Item = b.Value;