Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created June 13, 2020 17:25
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 icebeam7/36515e1522b16ffdc9eae99d8c924c1b to your computer and use it in GitHub Desktop.
Save icebeam7/36515e1522b16ffdc9eae99d8c924c1b to your computer and use it in GitHub Desktop.
ViewModel Class - properties code snippet
private $type$ $myVar$;
public $type$ $MyProperty$
{
get => $myVar$;
set => SetValue(ref $myVar$, value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment