Beispiel #1
0
 protected Card[] GetRest(int[] indices)
 {
     //Returns all cards not in the list of indices
     return(GetCards(HelperFunctions.GetIndexComplement(_size, indices)));
 }