C# Class BirdCount, csharp

Afficher le fichier Open project: exercism/csharp Class Usage Examples

Méthodes publiques

Méthode Description
BirdCount ( Array, birdsPerDay ) : System,
BusyDays ( ) : int
CountForFirstDays ( int numberOfDays ) : int
HasDayWithoutBirds ( ) : bool
IncrementTodaysCount ( ) : void
LastWeek ( ) : int[]
Today ( ) : int

Method Details

BirdCount() public méthode

public BirdCount ( Array, birdsPerDay ) : System,
birdsPerDay Array,
Résultat System,

BusyDays() public méthode

public BusyDays ( ) : int
Résultat int

CountForFirstDays() public méthode

public CountForFirstDays ( int numberOfDays ) : int
numberOfDays int
Résultat int

HasDayWithoutBirds() public méthode

public HasDayWithoutBirds ( ) : bool
Résultat bool

IncrementTodaysCount() public méthode

public IncrementTodaysCount ( ) : void
Résultat void

LastWeek() public static méthode

public static LastWeek ( ) : int[]
Résultat int[]

Today() public méthode

public Today ( ) : int
Résultat int