コード例 #1
0
 public bool IsComplete()
 {
     if (MustRedeal)
     {
         return(true);
     }
     return(Tricks.Count() == IGame.TrickCount && Tricks.Last().IsComplete());
 }