C# Class Tcg.Core.Card

显示文件 Open project: Betclic/CodingDojo-Katas Class Usage Examples

Public Methods

Method Description
BuildCardList ( Action action ) : List
Card ( int value, Action action = Action.DAMAGE ) : System.Collections.Generic
Equals ( object obj ) : bool
ToString ( ) : string

Method Details

BuildCardList() public static method

public static BuildCardList ( Action action ) : List
action Action
return List

Card() public method

public Card ( int value, Action action = Action.DAMAGE ) : System.Collections.Generic
value int
action Action
return System.Collections.Generic

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ToString() public method

public ToString ( ) : string
return string