C# Class FizzBuzzKata.FizzBuzz

ファイルを表示 Open project: goeran/Katas Class Usage Examples

Public Methods

Method Description
GetAnswer ( int number ) : String

Private Methods

Method Description
IsBuzz ( int number ) : System.Boolean
IsFizz ( int number ) : System.Boolean
IsFizzBuzz ( int number ) : System.Boolean

Method Details

GetAnswer() public method

public GetAnswer ( int number ) : String
number int
return String