C# Class Tcg.Core.Card

Afficher le fichier Open project: Betclic/CodingDojo-Katas Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static BuildCardList ( Action action ) : List
action Action
Résultat List

Card() public méthode

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string