ReportElementCollectionBase<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポート要素すべてのコレクションの基本クラスを表します。
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() |
コレクションを反復処理する列挙子を取得します。 |