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 |
コレクション内の現在の要素を取得します。 |