Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created June 13, 2020 17:25
Embed
What would you like to do?
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