I have a type:
public class Human { public int Id { get; set; } public string Address { get; set; } public string Name { get; set; } public List
Are you looking for this?
ContactNumbers = new List(){ new ContactNumber("555-5555"), new ContactNumber("555-1234"), new ContactNumber("555-5678") };