Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BowlingKata
Game
C# Class BowlingKata.Game
显示文件
Open project: davidadsit/bddtddfitnesse
Class Usage Examples
Public Methods
Method
Description
Game
( ) :
System.Collections.Generic
Roll
(
int
pins
) :
void
Score
( ) :
int
Private Methods
Method
Description
IsSpare
(
int
currentFrame
) :
bool
IsStrike
(
int
currentFrame
) :
bool
Method Details
Game()
public
method
public
Game
( ) :
System.Collections.Generic
return
System.Collections.Generic
Roll()
public
method
public
Roll
(
int
pins
) :
void
pins
int
return
void
Score()
public
method
public
Score
( ) :
int
return
int