Skip to content

Instantly share code, notes, and snippets.

@Mgs25
Last active August 9, 2022 04:08
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 Mgs25/4be789d44b9d1fd07d82d1d154cb558d to your computer and use it in GitHub Desktop.
Save Mgs25/4be789d44b9d1fd07d82d1d154cb558d to your computer and use it in GitHub Desktop.
public class Student
{
public string Name { get; set; } = null!;
public int Age { get; set; }
public Gender Gender { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment