Skip to content

Instantly share code, notes, and snippets.

@LucioMSP
Created June 18, 2020 17:58
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 LucioMSP/022f5340b83e36dbbe9b0e24f2a2af56 to your computer and use it in GitHub Desktop.
Save LucioMSP/022f5340b83e36dbbe9b0e24f2a2af56 to your computer and use it in GitHub Desktop.
ViewModel Property Code Snippet
private $type$ $field$;
public $type$ $property$
{
get => $field$;
set => SetProperty(ref $field$, value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment