C# Class holdem_engine.Winner

Simple data class representing the winner of a Pot. Author: Wesley Tansey
Show file Open project: tansey/holdem_engine

Public Properties

Property Type Description
Amount double
Player string
Pot string

Public Methods

Method Description
Winner ( string player, string pot, double amount ) : System

Method Details

Winner() public method

public Winner ( string player, string pot, double amount ) : System
player string
pot string
amount double
return System

Property Details

Amount public property

public double Amount
return double

Player public property

public string Player
return string

Pot public property

public string Pot
return string