Skip to content

Instantly share code, notes, and snippets.

@nanwang2016
Created July 22, 2020 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanwang2016/b51606c9a1cef8802a35d9017a1412b4 to your computer and use it in GitHub Desktop.
Save nanwang2016/b51606c9a1cef8802a35d9017a1412b4 to your computer and use it in GitHub Desktop.
class Student
{
public string name { get; set;}
public string address {get; set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment