示例#1
0
 public void Count(IGenericList<ICard> cards)
 {
     cards.ForEach(c => Count(c));
 }