Skip to content

Instantly share code, notes, and snippets.

@rasmuschristensen
Created August 2, 2016 08:11
Show Gist options
  • Save rasmuschristensen/424469cf319b2dafb1aeffe4052f927f to your computer and use it in GitHub Desktop.
Save rasmuschristensen/424469cf319b2dafb1aeffe4052f927f to your computer and use it in GitHub Desktop.
private $TYPE$ _$name$;
public $TYPE$ $NAME$
{
get { return _$name$; }
set { SetProperty(ref _$name$, value); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment