C# Класс ArmedCards.BusinessLogic.DomainServices.Card.ExcludeCurrentHands

Implementation of Base.IExcludeCurrentHands
Наследование: Base.IExcludeCurrentHands
Показать файл Открыть проект

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

Метод Описание
Execute ( List allAvailableCards ) : IEnumerable

Filters out all cards that can currently be found in a player's hand out of the allAvailableCards

Описание методов

Execute() публичный Метод

Filters out all cards that can currently be found in a player's hand out of the allAvailableCards
public Execute ( List allAvailableCards ) : IEnumerable
allAvailableCards List All the cards for the game decks
Результат IEnumerable