摘要: var intList = new List<int>() { 1 }; var readOnlyList = new ReadOnlyCollection<int>(intList); var immutableList = intList.ToImmutableList(); Console.F 阅读全文
posted @ 2021-06-01 21:58 三寸月光 阅读(406) 评论(0) 推荐(0) 编辑