C# Class Blackjack.Card

Datei anzeigen Open project: tansey/blackjack Class Usage Examples

Public Properties

Property Type Description
HIGH_RANK_VALUES int[]
LOW_RANK_VALUES int[]
RANK_STRINGS string[]
SUIT_STRINGS string[]

Public Methods

Method Description
Card ( Ranks rank ) : System
Card ( Ranks rank, Suits suit ) : System
ToString ( ) : string

Method Details

Card() public method

public Card ( Ranks rank ) : System
rank Ranks
return System

Card() public method

public Card ( Ranks rank, Suits suit ) : System
rank Ranks
suit Suits
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

HIGH_RANK_VALUES public_oe static_oe property

public static int[] HIGH_RANK_VALUES
return int[]

LOW_RANK_VALUES public_oe static_oe property

public static int[] LOW_RANK_VALUES
return int[]

RANK_STRINGS public_oe static_oe property

public static string[] RANK_STRINGS
return string[]

SUIT_STRINGS public_oe static_oe property

public static string[] SUIT_STRINGS
return string[]