Adding string items to a list of type Person C#
- by user1862808
Im makeing a simple registration application and I have an assignment to learn more about lists. I have an assignment that says that i am to create a class called Persons and in that class set the values from the text fields in variables and add this to a list of type Person.
So far:
in the Person class:
string strSocialSecurityNumber =…