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

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

Public Methods

Method Description
Execute ( IEnumerable cards, Int32 count ) : IEnumerable

Exclude cards based on the number of times a card has been played in the game

Method Details

Execute() public method

Exclude cards based on the number of times a card has been played in the game
public Execute ( IEnumerable cards, Int32 count ) : IEnumerable
cards IEnumerable The cards to filter
count System.Int32 The number of times a card is allowed to be played
return IEnumerable