C# Class Program.StartingDeckBuilder

Show file Open project: NathanTeeuwen/Dominulator

Protected Methods

Method Description
CardWithCount ( Dominion.Card card, int count ) : CardCountPair
StartingDeck ( ) : IEnumerable
StartingDecks ( ) : IEnumerable[]

Method Details

CardWithCount() protected static method

protected static CardWithCount ( Dominion.Card card, int count ) : CardCountPair
card Dominion.Card
count int
return Dominion.CardCountPair

StartingDeck() protected static method

protected static StartingDeck ( ) : IEnumerable
return IEnumerable

StartingDecks() protected static method

protected static StartingDecks ( ) : IEnumerable[]
return IEnumerable[]