C# Класс Blackjack.PlayerHand

A class representing a Blackjack player's hand.
Наследование: Hand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Split ( ) : PlayerHand

Splits this hand into two separate hands with one card each. This hand becomes the first hand and the second hand is returned.

Описание методов

Split() публичный Метод

Splits this hand into two separate hands with one card each. This hand becomes the first hand and the second hand is returned.
public Split ( ) : PlayerHand
Результат PlayerHand