Ejemplo n.º 1
0
 public Card GetLastCard()
 {
     return(_stack.FindLast(x => true));
 }