Skip to content

Instantly share code, notes, and snippets.

@keithn
Created January 20, 2021 09:50
Show Gist options
  • Save keithn/9b2b27345e2024e93a5df0439b58536c to your computer and use it in GitHub Desktop.
Save keithn/9b2b27345e2024e93a5df0439b58536c to your computer and use it in GitHub Desktop.
private string _name;
public string Name
{
get { return _name; }
set { _name = value; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment