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 を削除します。

関連項目