Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Blackjack
Hand
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