I am trying to name a Person
object with "objectName" as below but not succeeding,
any help? How to do it?
string objectNameString = "objectName";
Person objectNameString = new Person();
I try to create a Person list from several user inputs, the names must be unique in list.