Property | Type | Description | |
---|---|---|---|
_instance |
Method | Description | |
---|---|---|
ApplyNewCards ( string cardList ) : void |
Applies a new list of cards to the stored cardset.
|
|
ToHumanString ( ) : string |
Returns a comma-separated list of card values, with a space in-between.
|
|
ToString ( ) : string |
Returns a comma-separated list of card values.
|
Method | Description | |
---|---|---|
CardSet ( ) : System.Collections.Generic |
Private constructor. To create a new cardset, call ApplyNewCards().
|
public ApplyNewCards ( string cardList ) : void | ||
cardList | string | The new list of string values to use for the new cards. |
return | void |