Example #1
0
 public static CustomBasicList <EnumCardValueList> LoadValuesFromCards <R>(this IDeckDict <R> thisDict) where R : IRegularCard
 {
     return(thisDict.DistinctItems(Items => Items.Value)); //this simple now.
 }