C# Class GreatWall.Wall.Interval

Show file Open project: ajlopez/TddRocks

Public Methods

Method Description
Interval ( int from, int to, int height ) : System
Wins ( int position, int strenght ) : bool

Method Details

Interval() public method

public Interval ( int from, int to, int height ) : System
from int
to int
height int
return System

Wins() public method

public Wins ( int position, int strenght ) : bool
position int
strenght int
return bool