c# 如何实例化IList<IList<int>>

IList<IList<int>> l = new List<IList<int>>();

 

posted @ 2022-01-26 16:38  流星曳尾  阅读(364)  评论(0)    收藏  举报