编辑代码

using System;

public class HelloWorld
{
    public static void Main()
    {
      list<Person> Student = new   
    }
}
public class Person
{
    string firstName;
    string secondName;
    Person(string name , string secondName)
    {
        this.firstName = name;
        thi.secondName = secondName;
    }
}