请进一步查看主要更新!我有这样的代码:voidTest(IEnumerablex){vardynX=x.Cast();varresult=dynX.Select(_=>_.Text);}在针对.NET4.5的现有库项目中。VS2015的IntelliSense强调了Text部分,提示:“对象”不包含“文本”的定义......果然,编译失败了errorCS1061:'object'doesnotcontainadefinitionfor'Text'andnoextensionmethod'Text'acceptingafirstargumentoftype'object'couldbef