ReportElementCollectionBase<T> クラス

定義

レポート要素すべてのコレクションの基本クラスを表します。

generic <typename T>
public ref class ReportElementCollectionBase abstract : System::Collections::Generic::IEnumerable<T>
public abstract class ReportElementCollectionBase<T> : System.Collections.Generic.IEnumerable<T>
type ReportElementCollectionBase<'T> = class
    interface seq<'T>
    interface IEnumerable
Public MustInherit Class ReportElementCollectionBase(Of T)
Implements IEnumerable(Of T)

型パラメーター

T

コレクション内のアイテムの型。

継承
ReportElementCollectionBase<T>
派生
実装

コンストラクター

ReportElementCollectionBase<T>()

ReportElementCollectionBase<T> クラスの新しいインスタンスを初期化します。

プロパティ

Count

コレクション内の項目の数を取得します。

Item[Int32]

指定したインデックスにあるアイテムを取得します。

メソッド

GetEnumerator()

この ReportElementCollectionBase<T> の列挙子を取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を取得します。

適用対象