Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created January 20, 2021 19:42
Show Gist options
  • Select an option

  • Save rdelrosario/fc5eb3f1eaabf2f929b7b5d8755d58da to your computer and use it in GitHub Desktop.

Select an option

Save rdelrosario/fc5eb3f1eaabf2f929b7b5d8755d58da to your computer and use it in GitHub Desktop.
public ReadOnlyObservableCollection<Restaurant> Restaurants => _restaurants;
private readonly ReadOnlyObservableCollection<Restaurant> _restaurants;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment