C# 클래스 GR.Gambling.Blackjack.Shoe

파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

공개 메소드들

메소드 설명
Add ( CardSet cards ) : void
Clear ( ) : void
Copy ( ) : Shoe
Parse ( string s ) : Shoe
Remove ( Card card ) : void
Remove ( CardSet cards ) : void
Reset ( ) : void
Shoe ( int decks ) : System
ToArray ( ) : int[]
ToString ( ) : string
this ( int pointValue ) : int

보호된 메소드들

메소드 설명
Shoe ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( CardSet cards ) : void
cards CardSet
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Copy() 공개 메소드

public Copy ( ) : Shoe
리턴 Shoe

Parse() 공개 정적인 메소드

public static Parse ( string s ) : Shoe
s string
리턴 Shoe

Remove() 공개 메소드

public Remove ( Card card ) : void
card Card
리턴 void

Remove() 공개 메소드

public Remove ( CardSet cards ) : void
cards CardSet
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Shoe() 보호된 메소드

protected Shoe ( ) : System
리턴 System

Shoe() 공개 메소드

public Shoe ( int decks ) : System
decks int
리턴 System

ToArray() 공개 메소드

public ToArray ( ) : int[]
리턴 int[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int pointValue ) : int
pointValue int
리턴 int