Click or drag to resize
CollectionGenericT Methods

The CollectionGenericT generic type exposes the following members.

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
See Also