Avoid making heavy Insert() and Remove() operations in a List<T>. It's an O(n) operation because the array is shifted. Remove an element at the ...
確定! 回上一頁