C# Класс Treasure.Trove

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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