Created
June 13, 2020 17:25
-
-
Save icebeam7/36515e1522b16ffdc9eae99d8c924c1b to your computer and use it in GitHub Desktop.
ViewModel Class - properties code snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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