C# Class ArmedCards.BusinessLogic.DomainServices.Card.ExcludeCurrentHands

Implementation of Base.IExcludeCurrentHands
Inheritance: Base.IExcludeCurrentHands
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( List allAvailableCards ) : IEnumerable

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

Method Details

Execute() public method

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
return IEnumerable