C# 클래스 FourthTry.Frame

파일 보기 프로젝트 열기: cuipengfei/Spikes 1 사용 예제들

공개 메소드들

메소드 설명
Frame ( int firstBall, int secondBall ) : System

보호된 메소드들

메소드 설명
CalculateScore ( ) : int
CheckExtra ( ) : void
CheckSingleBall ( int ball, string name ) : void

비공개 메소드들

메소드 설명
Bonus ( ) : int
CheckBallLimit ( ) : void
Next1Ball ( ) : int
Next2Ball ( ) : int

메소드 상세

CalculateScore() 보호된 메소드

protected CalculateScore ( ) : int
리턴 int

CheckExtra() 보호된 메소드

protected CheckExtra ( ) : void
리턴 void

CheckSingleBall() 보호된 메소드

protected CheckSingleBall ( int ball, string name ) : void
ball int
name string
리턴 void

Frame() 공개 메소드

public Frame ( int firstBall, int secondBall ) : System
firstBall int
secondBall int
리턴 System