[Solved] cannot implicitly convert type 'system.collections.generic.list dynamic to system.collectio

[Solved] cannot implicitly convert type 'system.collections.generic.list dynamic to system.collectio

瀏覽:1143
日期:2025-10-05
You can use dictionary as model, but it is not a good approach. Remember, there is no automatic mapping between ExpandoObject and strongly typed class, but you can use reflection to do this mapping. Or use this: http://stackoverflow.com/questions/7778216 ...看更多