C# Class Blackjack.Hand

Inheritance: IHand
Afficher le fichier Open project: tansey/blackjack Class Usage Examples

Protected Properties

Свойство Type Description
cards List

Méthodes publiques

Méthode Description
AddCard ( Card c ) : void
ToString ( ) : string

Method Details

AddCard() public méthode

public AddCard ( Card c ) : void
c Card
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

cards protected_oe property

protected List cards
Résultat List