C# Class Blackjack.PlayerHand

A class representing a Blackjack player's hand.
Inheritance: Hand
Afficher le fichier Open project: tansey/blackjack Class Usage Examples

Méthodes publiques

Méthode Description
Split ( ) : PlayerHand

Splits this hand into two separate hands with one card each. This hand becomes the first hand and the second hand is returned.

Method Details

Split() public méthode

Splits this hand into two separate hands with one card each. This hand becomes the first hand and the second hand is returned.
public Split ( ) : PlayerHand
Résultat PlayerHand