C# Class PokerHandsKata.Model.Hand

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

Méthodes publiques

Свойство Type Description
Cards IList

Méthodes publiques

Méthode Description
Hand ( string cards = "" ) : System.Collections.Generic

Private Methods

Méthode Description
splitCards ( string cards ) : IList

Method Details

Hand() public méthode

public Hand ( string cards = "" ) : System.Collections.Generic
cards string
Résultat System.Collections.Generic

Property Details

Cards public_oe property

public IList Cards
Résultat IList