Пример #1
0
 public override bool IsConstant()
 {
     return(Condition.IsConstant() && True.IsConstant() && False.IsConstant());
 }