Skip to content

Instantly share code, notes, and snippets.

@sasan-salem
Created March 30, 2021 19:55
Show Gist options
  • Save sasan-salem/fbb15e47d2dc554e4115fd1cbaf314b0 to your computer and use it in GitHub Desktop.
Save sasan-salem/fbb15e47d2dc554e4115fd1cbaf314b0 to your computer and use it in GitHub Desktop.
class Student
{
public string Name { get; set; }
public int Number { get; set; }
public int SerialNo { get; set; }
public int Grade { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment