Cook

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Cook created a post,

    Create immutable class from constructor reference

     I often find myself writing something like this:               int a = 1;             string s = "test";               var m = new MyNewClass (a,s);   Is it possible to use Resharper to create MyN...