luoyikun

导航

2022年1月7日 #

C#:List源码,使用注意,优化

摘要: List内部是用数组实现的,而不是链表,并且当没有给予指定容量时,初始的容量为0 Add // Adds the given object to the end of this list. The size of the list is // increased by one. If require 阅读全文

posted @ 2022-01-07 22:55 luoyikun 阅读(21) 评论(0) 推荐(0)