示例#1
0
 public override bool Result()
 {
     return((In.Count(node => node.Output == true) % 2) != 0);
 }