C# Constructor & List Question
- by ShonnaE
Ohk, I am doing a c-sharp program, and I get everything but this,
I just can't understand what it is asking. I know how to create a list.. and how to create a constructor..
but this is where i get confused.. its probably way simple but i am missing it.
I created 2 lists .. now i should create a constructor
here is one my lists
List<Person> organize = new List<Person>();
THIS PART --- *The constructor should also initialize the two event lists to new empty lists. *