Using the generic type 'System.Collections.Generic.List' requires 1 type arguments

后端 未结 3 756
被撕碎了的回忆
被撕碎了的回忆 2020-12-07 03:22

What does it mean? I used a list of list in ASP.NET MVC and sent them through ViewData of ActionResuls to retrieve it in views.

However, wh

3条回答
  •  日久生厌
    2020-12-07 03:45

    I was able to just use using System.Collections.Generic; to get access to lists.

提交回复
热议问题