【发布时间】:2011-10-04 16:46:35
【问题描述】:
为什么不能将运行时类型为object {System.Collections.Generic.List<string[]>} 的对象转换为ICollection<object>?
我确定它很明显,但我无法弄清楚。
它给出了例外 -
无法转换类型的对象 'System.Collections.Generic.List
1[System.String[]]' to type 'System.Collections.Generic.ICollection1[System.Object]'。
【问题讨论】: