Пример #1
0
 public int GetCardIndex(Card card)
 {
     return(GameCards.FindIndex(x => x == card));
 }