Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Blackjack
Hand
C# Class Blackjack.Hand
Inheritance:
IHand
Datei anzeigen
Open project: tansey/blackjack
Class Usage Examples
Protected Properties
Property
Type
Description
cards
List
Public Methods
Method
Description
AddCard
(
Card
c
) :
void
ToString
( ) :
string
Method Details
AddCard()
public
method
public
AddCard
(
Card
c
) :
void
c
Card
return
void
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
cards
protected_oe property
protected
List
cards
return
List