C# Class TDD_Katas_project.FizzBuzzKata.Rx.FizzBuzzRx

Added a different implementation for FizzBuzz using Reactive extensions. The changes are described at: http://blog.drorhelper.com/2015/02/fizzbuzz-tdd-kata-using-reactive.html Pull Request by: https://github.com/dhelper These changes have been manually merged into repository
Exibir arquivo Open project: garora/TDD-Katas Class Usage Examples

Public Methods

Method Description
Generate ( int max ) : string

Method Details

Generate() public static method

public static Generate ( int max ) : string
max int
return string