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