错误CS0030无法转换类型'对象'到' System.TypedReference'

时间:2017-12-11 06:58:24

标签: c# .net visual-studio-2017

我无法使用最新版本VS2017 build 15.5.0编译以下代码,之前我没有遇到此问题。

 void MyMethod(object[] objects)
 {
    TypedReference.SetTypedReference((TypedReference)objects[0], objects[1]);
 }

我向微软报告 https://developercommunity.visualstudio.com/content/problem/166353/error-cs0030-cannot-convert-type-object-to-systemt.html

0 个答案:

没有答案