C# 클래스 Treasure.Trove

파일 보기 프로젝트 열기: ajlopez/TddRocks 1 사용 예제들

공개 메소드들

메소드 설명
AddChest ( Chest chest ) : void
AddKey ( int key ) : void
AddKeys ( string keys ) : void
GetSolution ( IEnumerable opened, IList toopen, KeySet keyset ) : IEnumerable
GetSolution ( ) : IList
GetSolution ( int count, int pos, int result ) : bool

메소드 상세

AddChest() 공개 메소드

public AddChest ( Chest chest ) : void
chest Chest
리턴 void

AddKey() 공개 메소드

public AddKey ( int key ) : void
key int
리턴 void

AddKeys() 공개 메소드

public AddKeys ( string keys ) : void
keys string
리턴 void

GetSolution() 공개 메소드

public GetSolution ( IEnumerable opened, IList toopen, KeySet keyset ) : IEnumerable
opened IEnumerable
toopen IList
keyset KeySet
리턴 IEnumerable

GetSolution() 공개 메소드

public GetSolution ( ) : IList
리턴 IList

GetSolution() 공개 메소드

public GetSolution ( int count, int pos, int result ) : bool
count int
pos int
result int
리턴 bool