I have a Class called Test. In this class, I have a List of Type Class1. When I create a New Test Object, I am wanting to setup the List of Type Class1. Should this be done in the New method of class Test? Is there a better way to do this?
Also, when creating a new List of Type Class1, does the Class1 New method execute?
Also, when creating a new List of Type Class1, does the Class1 New method execute?