C# 클래스 Blackjack.PlayerHand

A class representing a Blackjack player's hand.
상속: Hand
파일 보기 프로젝트 열기: tansey/blackjack 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Split() 공개 메소드

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
리턴 PlayerHand