Exemplo n.º 1
0
 public static string GetDescriptorForFiveCardsHand(BestFiveCardsHand bestFiveCardsHand)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Get a universal score for a 5-card hand
 /// which can be used to compare between hands
 /// </summary>
 /// <param name="bestFiveCardsHand"></param>
 /// <returns></returns>
 public static int GetScoreForFiveCardHand(BestFiveCardsHand bestFiveCardsHand)
 {
     throw new NotImplementedException();
 }