 | ListExT 类 |
Sweet 开发框架
支持事件的List
继承层次
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public class ListEx<T> : List<T>
Public Class ListEx(Of T)
Inherits List(Of T)
type ListEx<'T> =
class
inherit List<'T>
end
类型参数
- T
[缺少 "T:Sweet.Common.ListEx`1" 的 <typeparam name="T"/> 文档]
ListExT 类型公开以下成员。
构造函数
属性
方法
| 名称 | 说明 |
---|
 | Add | |
 | AddRange | |
 | AsReadOnly | (继承自 ListT。) |
 | BinarySearch(T) | (继承自 ListT。) |
 | BinarySearch(T, IComparerT) | (继承自 ListT。) |
 | BinarySearch(Int32, Int32, T, IComparerT) | (继承自 ListT。) |
 | Clear | (继承自 ListT。) |
 | Contains | (继承自 ListT。) |
 | ConvertAllTOutput | (继承自 ListT。) |
 | CopyTo(T) | (继承自 ListT。) |
 | CopyTo(T, Int32) | (继承自 ListT。) |
 | CopyTo(Int32, T, Int32, Int32) | (继承自 ListT。) |
 | Equals | (继承自 Object。) |
 | Exists | (继承自 ListT。) |
 | Finalize | (继承自 Object。) |
 | Find | (继承自 ListT。) |
 | FindAll | (继承自 ListT。) |
 | FindIndex(PredicateT) | (继承自 ListT。) |
 | FindIndex(Int32, PredicateT) | (继承自 ListT。) |
 | FindIndex(Int32, Int32, PredicateT) | (继承自 ListT。) |
 | FindLast | (继承自 ListT。) |
 | FindLastIndex(PredicateT) | (继承自 ListT。) |
 | FindLastIndex(Int32, PredicateT) | (继承自 ListT。) |
 | FindLastIndex(Int32, Int32, PredicateT) | (继承自 ListT。) |
 | ForEach | (继承自 ListT。) |
 | GetEnumerator | (继承自 ListT。) |
 | GetHashCode | (继承自 Object。) |
 | GetRange | (继承自 ListT。) |
 | GetType | (继承自 Object。) |
 | IndexOf(T) | (继承自 ListT。) |
 | IndexOf(T, Int32) | (继承自 ListT。) |
 | IndexOf(T, Int32, Int32) | (继承自 ListT。) |
 | Insert | |
 | InsertRange | |
 | LastIndexOf(T) | (继承自 ListT。) |
 | LastIndexOf(T, Int32) | (继承自 ListT。) |
 | LastIndexOf(T, Int32, Int32) | (继承自 ListT。) |
 | MemberwiseClone | (继承自 Object。) |
 | Remove | |
 | RemoveAll | (继承自 ListT。) |
 | RemoveAt | |
 | RemoveRange | |
 | Reverse | (继承自 ListT。) |
 | Reverse(Int32, Int32) | (继承自 ListT。) |
 | Sort | (继承自 ListT。) |
 | Sort(ComparisonT) | (继承自 ListT。) |
 | Sort(IComparerT) | (继承自 ListT。) |
 | Sort(Int32, Int32, IComparerT) | (继承自 ListT。) |
 | ToArray | (继承自 ListT。) |
 | ToString | (继承自 Object。) |
 | TrimExcess | (继承自 ListT。) |
 | TrueForAll | (继承自 ListT。) |
Top
事件
扩展方法
参见