コード例 #1
0
 public Inverter(BaseNode argChild) : base()
 {
     child = argChild;
 }