C# Class Program.StartingDeckBuilder

Afficher le fichier Open project: NathanTeeuwen/Dominulator

Méthodes protégées

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

Method Details

CardWithCount() protected static méthode

protected static CardWithCount ( Dominion.Card card, int count ) : CardCountPair
card Dominion.Card
count int
Résultat Dominion.CardCountPair

StartingDeck() protected static méthode

protected static StartingDeck ( ) : IEnumerable
Résultat IEnumerable

StartingDecks() protected static méthode

protected static StartingDecks ( ) : IEnumerable[]
Résultat IEnumerable[]