C# 클래스 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
파일 보기 프로젝트 열기: garora/TDD-Katas 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( int max ) : string

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( int max ) : string
max int
리턴 string