Capacity:获取或设置该内部数据结构在不调整大小的情况下能够容纳的元素总数
Count:获取 List
item[]:获取或设置指定索引处的元素
Add(T):将对象添加到 List
AddRange(IEnumerable
AsReadOnly():返回当前集合的只读 ReadOnlyCollection
BinarySearch(T):使用默认的比较器在整个已排序的 List
BinarySearch(T, IComparer
BinarySearch(Int32, Int32, T, IComparer
Clear():从 List
Contains(T):确定某元素是否在 List
ConvertAll
CopyTo(T[]):从目标数组的开头开始,将整个 List
CopyTo(T[], Int32):从目标数组的指定索引处开始,将整个 List
CopyTo(Int32, T[], Int32, Int32):从目标数组的指定索引处开始,将元素的范围从 List
Equals(Object):确定指定对象是否等于当前对象(继承自 Object)
Exists(Predicate
Find(Predicate
FindAll(Predicate
FindIndex(Predicate
FindIndex(Int32, Predicate
FindIndex(Int32, Int32, Predicate
FindLast(Predicate
FindLastIndex(Predicate
FindLastIndex(Int32, Predicate
FindLastIndex(Int32, Int32, Predicate
ForEach(Action
GetEnumerator():返回循环访问 List
暂停中 按任意键继续...
-
00:00时间
-
0输入数
-
0WPM
-
0正确数
-
100%正确率