C# 클래스 PokerHandsKata.Model.Hand

파일 보기 프로젝트 열기: Betclic/CodingDojo-Katas 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cards IList

공개 메소드들

메소드 설명
Hand ( string cards = "" ) : System.Collections.Generic

비공개 메소드들

메소드 설명
splitCards ( string cards ) : IList

메소드 상세

Hand() 공개 메소드

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

프로퍼티 상세

Cards 공개적으로 프로퍼티

public IList Cards
리턴 IList