Click or drag to resize
CollectionGenericT Class
通用泛型集合基类
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    AdfCollectionGenericT

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public abstract class CollectionGeneric<T> : CollectionBase

Type Parameters

T
元素类型

The CollectionGenericT type exposes the following members.

Constructors
  NameDescription
Protected methodCollectionGenericT
Initializes a new instance of the CollectionGenericT class
Top
Methods
  NameDescription
Public methodAdd
添加一个新元素
Public methodAddRange
添加一组新元素
Public methodClear
CollectionBase 实例移除所有对象。不能重写此方法。
(Inherited from CollectionBase.)
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodGetEnumerator
返回循环访问 CollectionBase 实例的枚举数。
(Inherited from CollectionBase.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Protected methodOnClear
当清除 CollectionBase 实例的内容时执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnClearComplete
在清除 CollectionBase 实例的内容之后执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnInsert
在向 CollectionBase 实例中插入新元素之前执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnInsertComplete
在向 CollectionBase 实例中插入新元素之后执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnRemove
当从 CollectionBase 实例移除元素时执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnRemoveComplete
在从 CollectionBase 实例中移除元素之后执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnSet
当在 CollectionBase 实例中设置值之前执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnSetComplete
当在 CollectionBase 实例中设置值后执行其他自定义进程。
(Inherited from CollectionBase.)
Protected methodOnValidate
当验证值时执行其他自定义进程。
(Inherited from CollectionBase.)
Public methodRemove(Int32)
移除指定索引处的元素
Public methodRemove(T)
移除指定的元素
Public methodRemoveAt
移除 CollectionBase 实例的指定索引处的元素。此方法不可重写。
(Inherited from CollectionBase.)
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCapacity
获取或设置 CollectionBase 可包含的元素数。
(Inherited from CollectionBase.)
Public propertyCount
获取包含在 CollectionBase 实例中的元素数。不能重写此属性。
(Inherited from CollectionBase.)
Protected propertyInnerList
获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。
(Inherited from CollectionBase.)
Public propertyItem
获取指定索引处的元素
Protected propertyList
获取一个 IList,它包含 CollectionBase 实例中元素的列表。
(Inherited from CollectionBase.)
Top
See Also

Reference