可能重复: 无法将值类型数组转换为params对象[]
为什么是
object h = new byte();
可能和
object[] h = new byte[5];
不是?
如何将字节数组转换为对象数组?
谢谢!
c# c#-4.0
c# ×1
c#-4.0 ×1