C# Class Blackjack.PlayerHand

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

Public Methods

Method 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 method

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
return PlayerHand