Is there a way, at design time, to initialize an object with all properties in Visual Studio 2010?

前端 未结 8 1262
陌清茗
陌清茗 2020-12-10 04:57

Background

I am writing code in VS 2010, .NET 4, C#. Also, in case it matters, I am using the latest version of ReSharper.

Question

8条回答
  •  臣服心动
    2020-12-10 05:08

    Good morning you should be able to do this either by creating a Visual Studio Code Snippet or by creating a ReSharper Code Template

提交回复
热议问题