C# Class SeriousCompany.Business.CSharp.FizzBuzz.Impl.Loop.LoopCondition

The loop condition.
Show file Open project: jongeorge1/FizzBuzzEnterpriseEdition-CSharp Class Usage Examples

Public Methods

Method Description
EvaluateLoop ( int i, int n ) : bool

The evaluate loop.

Method Details

EvaluateLoop() public method

The evaluate loop.
public EvaluateLoop ( int i, int n ) : bool
i int /// The i. ///
n int /// The n. ///
return bool