点击或拖拽改变大小

ListExT

Sweet 开发框架
支持事件的List
继承层次
SystemObject
  System.Collections.GenericListT
    Sweet.CommonListExT

命名空间:  Sweet.Common
程序集:  Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public class ListEx<T> : List<T>

类型参数

T

[缺少 "T:Sweet.Common.ListEx`1" 的 <typeparam name="T"/> 文档]

ListExT 类型公开以下成员。

构造函数
  名称说明
公共方法ListExT
初始化 ListExT 类的一个新实例
Top
属性
  名称说明
公共属性Capacity (继承自 ListT。)
公共属性Count (继承自 ListT。)
公共属性Item (继承自 ListT。)
Top
方法
  名称说明
公共方法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
事件
  名称说明
公共事件OnAppend
添加事件
公共事件OnDelete
删除事件
Top
扩展方法
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架