C# 클래스 ArmedCards.BusinessLogic.DomainServices.Card.ExcludeByCount

Implementation of Base.IExcludeByCount
상속: Base.IExcludeByCount
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Execute ( IEnumerable cards, Int32 count ) : IEnumerable

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

메소드 상세

Execute() 공개 메소드

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
리턴 IEnumerable