PropCollection

PropCollection class

道具收藏。

public class PropCollection : Collection

特性

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

方法

姓名 描述
Add(Prop) 在集合中添加 Prop 对象。
Clear() 从集合中删除所有元素。
GetEnumerator() 支持对非泛型集合的简单迭代。
GetProp(int) 获取指定ID处的元素。
GetProp(string) 获取指定名称的元素。
IsExist(int) 是集合中存在的项目。
Remove(Prop) 从集合中移除 Prop 对象。

也可以看看