C# 클래스 holdem_engine.Winner

Simple data class representing the winner of a Pot. Author: Wesley Tansey
파일 보기 프로젝트 열기: tansey/holdem_engine

공개 프로퍼티들

프로퍼티 타입 설명
Amount double
Player string
Pot string

공개 메소드들

메소드 설명
Winner ( string player, string pot, double amount ) : System

메소드 상세

Winner() 공개 메소드

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

프로퍼티 상세

Amount 공개적으로 프로퍼티

public double Amount
리턴 double

Player 공개적으로 프로퍼티

public string Player
리턴 string

Pot 공개적으로 프로퍼티

public string Pot
리턴 string