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

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

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

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