C# Class Bowling.Frame

Show file Open project: cuipengfei/Spikes Class Usage Examples

Protected Methods

Method Description
CalculateScore ( ) : int

Private Methods

Method Description
Bonus ( ) : int
IsSpare ( ) : bool
IsStrike ( ) : bool
NextBall ( ) : int
NextIsNotLast ( ) : bool
NextToNextBall ( ) : int

Method Details

CalculateScore() protected method

protected CalculateScore ( ) : int
return int