Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Last active October 9, 2019 13:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save IntegerMan/d5c04cf05683053de2c08ced10af2cab to your computer and use it in GitHub Desktop.
public int Foo {get; set;}
public readonly int CalculateFooPlusFortyTwo() => Foo + 42;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment