名前 | 解説 | |
---|---|---|
Add | ReportItemCollectionにReportItemオブジェクトを追加します。 | |
AddRange | ReportItemCollectionを既存のReportItemCollectionに追加します。 | |
Clear | ReportItemCollectionからすべての項目を削除します。 | |
Contains | ReportItemCollectionは、指定したReportItemを格納しているかどうかを示すブール型の値を取得します。 | |
CopyTo | オーバーロードされます。 ReportItemCollectionにあるオブジェクトを指定した配列のインデックスから開始し、System.Arrayにコピーします。 | |
IndexOf | ReportItemCollectionに特定のReportItemオブジェクトのインデックスを決定します。 | |
Insert | 指定の位置でReportItemCollectionに新しいReportItemオブジェクトを挿入します。 | |
Remove | ReportItemCollectionから指定されたReportItemオブジェクトを削除します。 | |
RemoveAt | 指定した位置でReportItemCollectionからReportItemオブジェクトを削除します。 | |
ToArray | ReportItemCollectionの要素をコ新しい配列にコピーします。 |