Poker.Hand.Hand C# (CSharp) 메소드

Hand() 공개 메소드

public Hand ( IList cards ) : System
cards IList
리턴 System
        public Hand(IList<ICard> cards)
        {
            this.Cards = cards;
        }