Ejemplo n.º 1
0
 internal static int CardCollectionToBits(CardCollection source)
 {
     return(source.Aggregate(0, (current, card) => Add(card, current)));
 }
Ejemplo n.º 2
0
 internal static int CardCollectionToBits(CardCollection source)
 {
     return source.Aggregate(0, (current, card) => Add(card, current));
 }