Skip to content

Instantly share code, notes, and snippets.

@olexale
Created August 2, 2017 19:18
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 olexale/0a1e4fff51c95848dc6765fe67a9f809 to your computer and use it in GitHub Desktop.
Save olexale/0a1e4fff51c95848dc6765fe67a9f809 to your computer and use it in GitHub Desktop.
class CounterState
{
public CounterState(int count) { Count = count; }
public int Count { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment