How to add using the 'with' keyword?

后端 未结 0 1540
猫巷女王i
猫巷女王i 2020-12-18 01:39
public record Cube(int x, int y, int z, int w);

I recently ran across a time I was doing this:

var next = new Cube(existing.x + 1, ex         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题