Example #1
0
 public virtual void InsertAt(int index, Card card)
 {
     Add(card, c => _cards.Insert(index, c));
 }