Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题解决了。从我的数组中创建了一个新列表,并删除了列表中的元素,并将我的初始数组设置为我的 list.ToArray。
是的,你不能删除element,tab因为tab被声明为不支持方法的数组[]Remove,如果可能,声明tab为,这样你就List<T>可以调用RemoveList<T>
element
tab
[]
Remove
List<T>