コード例 #1
0
ファイル: Deck.cs プロジェクト: NathanLWilliams/OOPDurak
 private Deck(Cards newCards)
 {
     newCards.CopyTo(this); // not sure if this works
 }