CustomPropCollection

CustomPropCollection class

CustomProps 集合。

public class CustomPropCollection : Collection

构造函数

姓名描述
CustomPropCollection()构造函数.

特性

姓名描述
Count { get; }获取集合中实际包含的元素个数。
Item { get; }获取指定索引处的元素。

方法

姓名描述
Add(CustomProp)在集合中添加 CustomProp 对象。
Clear()从集合中删除所有元素。
GetEnumerator()支持对非泛型集合的简单迭代。
IsExist(int)是集合中存在的项目。
Remove(CustomProp)从集合中删除 CustomProp 对象。

也可以看看