Landis.Harvest.AgeRange.AgeRange C# (CSharp) Method

AgeRange() public method

public AgeRange ( ushort start, ushort end ) : Landis.AgeCohort
start ushort
end ushort
return Landis.AgeCohort
    	public AgeRange(ushort start,
                        ushort end)
    	{
            this.start = start;
            this.end   = end;
    	}