Search This Blog

Saturday, August 7, 2010

Visual Studio Professional 2010: Stop "new {" from autocompleting into "new object {" (C#)

Programmer Question

In Visual Studio Professional 2010 whenever I type the following:



new {


It automatically changes to:



new object {


Is there a way to make it not do this? "Object" does not have the properties of the object I want to anonymously create.



Find the answer here

No comments:

Post a Comment

Related Posts with Thumbnails