C# Class PokerHandsKata.Model.Hand

Exibir arquivo Open project: Betclic/CodingDojo-Katas Class Usage Examples

Public Properties

Property Type Description
Cards IList

Public Methods

Method Description
Hand ( string cards = "" ) : System.Collections.Generic

Private Methods

Method Description
splitCards ( string cards ) : IList

Method Details

Hand() public method

public Hand ( string cards = "" ) : System.Collections.Generic
cards string
return System.Collections.Generic

Property Details

Cards public_oe property

public IList Cards
return IList