ReportElementCollectionBase<T>.ReportElementEnumerator クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ReportElementCollectionBase<T> の継承オブジェクトの列挙子を表します。
public: ref class ReportElementCollectionBase<T>::ReportElementEnumerator : System::Collections::Generic::IEnumerator<T>
public class ReportElementCollectionBase<T>.ReportElementEnumerator : System.Collections.Generic.IEnumerator<T>
type ReportElementCollectionBase<'T>.ReportElementEnumerator = class
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
Public Class ReportElementCollectionBase(Of T).ReportElementEnumerator
Implements IEnumerator(Of T)
型パラメーター
- T
- 継承
-
ReportElementCollectionBase<T>.ReportElementEnumerator
- 実装
プロパティ
| Current |
現在の項目を取得します。 |
メソッド
| Dispose() |
ReportElementCollectionBase<T>.ReportElementEnumerator で使用されるアンマネージ リソースを解放します。 |
| MoveNext() |
列挙子の次のアイテムに移動します。 |
| Reset() |
ReportElementCollectionBase<T>.ReportElementEnumerator を最初のアイテムにリセットします。 |
明示的なインターフェイスの実装
| IEnumerator.Current |
コレクション内の現在の要素を取得します。 |