How can we generate getters and setters in Visual Studio?

后端 未结 16 2201
盖世英雄少女心
盖世英雄少女心 2020-12-07 07:46

By \"generate\", I mean auto-generation of the code necessary for a particular selected (set of) variable(s).

But any more explicit explication or comment on good pr

16条回答
  •  离开以前
    2020-12-07 08:18

    On behalf of the Visual Studio tool, we can easily generate C# properties using an online tool called C# property generator.

提交回复
热议问题