I am using StyleCop for Resharper on a project originally written for .net v2. But I\'ve since upgraded this project for 3.5 framework.
var x = new { a = \"foobar\", b = 42 }; List<x.GetType()> y; Is there a 开发者_运维知识库different way to do what I want to do here?