Exemple #1
0
 public int PlainCount()
 {
     return(CardsPlain.Count());
 }
Exemple #2
0
 public bool HasPlainCards()
 {
     return(CardsPlain.Count() > 0);
 }