????????????????????????е???????????????????????????????????????????????????.Net?????????????????????????д????????????????????????????????????????????????????.Net Framework????ü???С??????ɡ????????????????????????????????????????????????????????????????????????????????????п??????????????о?????????????????????????????????????????С???????????????????????????????????????????????????????????????????????????

???????????????????????????е?????????????????????????????????????????????????????????????????????????????????????????????д????????????????????????5????????????п???????????????????????????????????????????????????????????????????????£?
Combination c = new Combination(52??5); // 52 cards?? 5 at a time
string[] pokerHand = new string[5];
       
while (c != null)
{
  pokerHand = c.ApplyTo(deck);
  PrintHand(pokerHand);
  c = c.Successor();
}