C# 클래스 Blackjack.DealerHand

The hand for the dealer. This is the same as the hands of the players, except that the dealer hand has a hidden card which is flipped over at the end.
상속: Hand
파일 보기 프로젝트 열기: tansey/blackjack 1 사용 예제들

공개 메소드들

메소드 설명
FlipHiddenCard ( ) : void

Flips the hidden card so that all players can see what the dealer has.

메소드 상세

FlipHiddenCard() 공개 메소드

Flips the hidden card so that all players can see what the dealer has.
public FlipHiddenCard ( ) : void
리턴 void