C# Class UnoTV.Web.Domain.Hand

Datei anzeigen Open project: TomDudfield/UnoTV Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Hand ( ) : System
RemoveCard ( Card card ) : void

Removes card from PlayableCards that matches the card provided.

Method Details

Hand() public method

public Hand ( ) : System
return System

RemoveCard() public method

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