Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created June 13, 2020 17:38
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/fc86f9918d217f44c7eaad346f247c5c to your computer and use it in GitHub Desktop.
Save icebeam7/fc86f9918d217f44c7eaad346f247c5c to your computer and use it in GitHub Desktop.
ViewModel Class - command code snippet
private ICommand $myCommand$;
public ICommand $MyCommand$ => $myCommand$ ?? ($myCommand$ = new Command(() =>
{
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment