Landis.Harvest.SpecificAgesCohortSelector.SpecificAgesCohortSelector C# (CSharp) Метод

SpecificAgesCohortSelector() публичный Метод

public SpecificAgesCohortSelector ( List ages, List ranges ) : Landis.AgeCohort
ages List
ranges List
Результат Landis.AgeCohort
        public SpecificAgesCohortSelector(List<ushort>   ages,
                                          List<AgeRange> ranges)
        {
            this.ages = new List<ushort>(ages);
            this.ranges = new List<AgeRange>(ranges);
        }