Methods_T_Cyjb_Collections_ListUtil - CYJB/Cyjb GitHub Wiki
The ListUtil type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() ![]() |
AsReadOnly(T) | 返回当前列表的只读包装。 |
![]() ![]() |
BinarySearch(T)(IList(T), T, IComparer(T)) | 在指定排序 IList(T) 中搜索特定元素。 |
![]() ![]() |
BinarySearch(T)(IList(T), Int32, Int32, T, IComparer(T)) | 在排序 IList(T) 的某个元素范围中搜索值。 |
![]() ![]() |
BinarySearch(TSource, TResult)(IList(TSource), TResult, Func(TSource, TResult), IComparer(TResult)) | 在整个排序 IList(T) 中搜索特定元素。 |
![]() ![]() |
BinarySearch(TSource, TResult)(IList(TSource), Int32, Int32, TResult, Func(TSource, TResult), IComparer(TResult)) | 在排序 IList(T) 的某个范围中搜索特定元素。 |
![]() ![]() |
Empty(T) | 返回一个空的只读列表。 |
![]() ![]() |
InsertRange(T) | 将指定集合的元素插入到当前列表的指定索引处。 |
![]() ![]() |
NextPermutation(T) | 将当前列表中的元素变换为下一排列。 |
![]() ![]() |
PrevPermutation(T) | 将当前列表中的元素变换为上一排列。 |
![]() ![]() |
Reverse(T)(IList(T)) | 翻转指定的列表。 |
![]() ![]() |
Reverse(T)(IList(T), Int32, Int32) | 翻转指定列表的指定部分。 |
![]() ![]() |
Suffle(T) | 随机打乱当前列表中元素的顺序。 |