コード例 #1
0
 public Card GetLastCard()
 {
     return(_stack.FindLast(x => true));
 }