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

SpecificAgesCohortSelector() public method

public SpecificAgesCohortSelector ( List ages, List ranges ) : Landis.AgeCohort
ages List
ranges List
return Landis.AgeCohort
        public SpecificAgesCohortSelector(List<ushort>   ages,
                                          List<AgeRange> ranges)
        {
            this.ages = new List<ushort>(ages);
            this.ranges = new List<AgeRange>(ranges);
        }