CustomPropCollection

CustomPropCollection class

CustomProps コレクション.

public class CustomPropCollection : Collection

コンストラクター

名前説明
CustomPropCollection()コンストラクター.

プロパティ

名前説明
Count { get; }コレクションに実際に含まれる要素の数を取得します。
Item { get; }指定されたインデックスの要素を取得します。

メソッド

名前説明
Add(CustomProp)コレクションに CustomProp オブジェクトを追加します。
Clear()コレクションからすべての要素を削除します。
GetEnumerator()非ジェネリック コレクションに対する単純な反復をサポートします。
IsExist(int)コレクションに存在するアイテムです。
Remove(CustomProp)コレクションから CustomProp オブジェクトを削除します。

関連項目