Beispiel #1
0
 public override bool?GetNodeValue(List <Pro> vars)
 {
     return(!LeftNode.GetNodeValue(vars) | RightNode.GetNodeValue(vars));
 }