Example #1
0
 public bool IsLastCond(CondVM cond)
 {
     return(Conds.Last() == cond);
 }