C# Class GreatWall.Wall.Interval

Afficher le fichier Open project: ajlopez/TddRocks

Méthodes publiques

Méthode Description
Interval ( int from, int to, int height ) : System
Wins ( int position, int strenght ) : bool

Method Details

Interval() public méthode

public Interval ( int from, int to, int height ) : System
from int
to int
height int
Résultat System

Wins() public méthode

public Wins ( int position, int strenght ) : bool
position int
strenght int
Résultat bool