Uses of Interface
ICardPile

Uses of ICardPile in <Unnamed>
 

Classes in <Unnamed> that implement ICardPile
 class CardPile
           
 class Foundation
          Foundation object, which holds a pile of cards, in order of increasing rank.
 class Tableau
          The tableau class contains the state of a tableau (the cards it holds, the size) by using a Stack to hold the cards.