SolutionXMLCollection

SolutionXMLCollection class

SolutionXML コレクション.

public class SolutionXMLCollection : Collection

プロパティ

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

メソッド

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

関連項目