C# Class UnoTV.Web.Domain.Hand

Afficher le fichier Open project: TomDudfield/UnoTV Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Hand ( ) : System
RemoveCard ( Card card ) : void

Removes card from PlayableCards that matches the card provided.

Method Details

Hand() public méthode

public Hand ( ) : System
Résultat System

RemoveCard() public méthode

Removes card from PlayableCards that matches the card provided.
public RemoveCard ( Card card ) : void
card Card
Résultat void