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

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

공개 메소드들

메소드 설명
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