Skip to content

Instantly share code, notes, and snippets.

@runceel
Created June 21, 2019 10:56
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 runceel/e7fabbdd29c23c4b255ebc4355a2182c to your computer and use it in GitHub Desktop.
Save runceel/e7fabbdd29c23c4b255ebc4355a2182c to your computer and use it in GitHub Desktop.
public class SomeViewModel // You don't need implementation of INotifyPropertyChanged
{
public ReactiveProperty<string> Message { get; } = new ReactiveProperty<string>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment