Skip to content

Instantly share code, notes, and snippets.

@LucioD3v
Created June 18, 2020 17:58
Show Gist options
  • Save LucioD3v/022f5340b83e36dbbe9b0e24f2a2af56 to your computer and use it in GitHub Desktop.
Save LucioD3v/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