DataConnectionCollection

DataConnectionCollection class

DataConnection 集合。

public class DataConnectionCollection : Collection

特性

姓名 描述
Count { get; } 获取集合中实际包含的元素个数。
Item { get; } 获取指定索引处的元素。
NextID { get; set; } 新连接的下一个可用 ID。

方法

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

也可以看看